#B61F3B

Color #B61F3B Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #B61F3B

Tints of Cardinal #B61F3B

Color information

#B61F3B (or 0xB61F3B) is unknown color: approx Cardinal. HEX triplet: B6, 1F and 3B. RGB value is (182,31,59). Sum of RGB (Red+Green+Blue) = 182+31+59=272 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.91% from 272); Green value is 31 (12.5% from 255 or 11.40% from 272); Blue value is 59 (23.44% from 255 or 21.69% from 272); Max value from RGB is 182 - color contains mainly: red. Hex color #B61F3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61F3B is #49E0C4. Grayscale: #4F4F4F. Windows color (decimal): -4841669 or 3874742. OLE color: 3874742.

HSL color Cylindrical-coordinate representation of color #B61F3B: hue angle of 348.87º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B61F3B is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB1823159-
CMYK00.830.680.29
HSL348.87º70.89%41.76%-
HSV(B)348.87º82.97%71.37%-
XYZ20.5711.245.22-
YUV79.34116.53201.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 66.91%
GREEN value IS 31 (12.5% from 255) = 11.40%
BLUE value IS 59 (23.44% from 255) = 21.69%
R=66.91%
G=11.40%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182315900.830.680.29348.8770.8941.76
HexB61F3B053441D15d472a
Octal266377301231043553510752
Binary1011011011111111011010100111000100111011010111011000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61F3B; }

 p { color: rgb(182,31,59); }

 H1.HeaderClassName
 {
   color: #B61F3B;
 }
 .AnyTagClassName
 {
   color: #B61F3B;
 }
</style>
background-color css

<style>
 a { background-color: #B61F3B; }

 a { background-color: rgb(182,31,59); }

 div.DivClassName
 {
   background-color: #B61F3B;
 }
 .BgClassName
 {
   background-color: #B61F3B;
 }
</style>
border-color css

<style>
 span { border-color: #B61F3B; }

 span { border-color: rgb(182,31,59); }

 td.TdClassName
 {
   border-color: #B61F3B;
 }
 .TagClassName
 {
   border-color: #B61F3B;
 }
</style>