#B61E28

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

Shades of Cardinal #B61E28

Tints of Cardinal #B61E28

Color information

#B61E28 (or 0xB61E28) is unknown color: approx Cardinal. HEX triplet: B6, 1E and 28. RGB value is (182,30,40). Sum of RGB (Red+Green+Blue) = 182+30+40=252 (33% of max value = 765). Red value is 182 (71.48% from 255 or 72.22% from 252); Green value is 30 (12.11% from 255 or 11.90% from 252); Blue value is 40 (16.02% from 255 or 15.87% from 252); Max value from RGB is 182 - color contains mainly: red. Hex color #B61E28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61E28 is #49E1D7. Grayscale: #4C4C4C. Windows color (decimal): -4841944 or 2629302. OLE color: 2629302.

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

Color convert

RGB1823040-
CMYK00.840.780.29
HSL356.05º71.7%41.57%-
HSV(B)356.05º83.52%71.37%-
XYZ20.1411.033.07-
YUV76.59107.36203.19-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 72.22%
GREEN value IS 30 (12.11% from 255) = 11.90%
BLUE value IS 40 (16.02% from 255) = 15.87%
R=72.22%
G=11.90%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182304000.840.780.29356.0571.741.57
HexB61E280544E1D164482a
Octal266365001241163554411052
Binary1011011011110101000010101001001110111011011001001001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61E28; }

 p { color: rgb(182,30,40); }

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

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

 a { background-color: rgb(182,30,40); }

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

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

 span { border-color: rgb(182,30,40); }

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