#B61E2C

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

Shades of Cardinal #B61E2C

Tints of Cardinal #B61E2C

Color information

#B61E2C (or 0xB61E2C) is unknown color: approx Cardinal. HEX triplet: B6, 1E and 2C. RGB value is (182,30,44). Sum of RGB (Red+Green+Blue) = 182+30+44=256 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.09% from 256); Green value is 30 (12.11% from 255 or 11.72% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 182 - color contains mainly: red. Hex color #B61E2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61E2C is #49E1D3. Grayscale: #4D4D4D. Windows color (decimal): -4841940 or 2891446. OLE color: 2891446.

HSL color Cylindrical-coordinate representation of color #B61E2C: hue angle of 354.47º 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 #B61E2C is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB1823044-
CMYK00.840.760.29
HSL354.47º71.7%41.57%-
HSV(B)354.47º83.52%71.37%-
XYZ20.2111.063.45-
YUV77.04109.36202.86-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 71.09%
GREEN value IS 30 (12.11% from 255) = 11.72%
BLUE value IS 44 (17.58% from 255) = 17.19%
R=71.09%
G=11.72%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182304400.840.760.29354.4771.741.57
HexB61E2C0544C1D162482a
Octal266365401241143554211052
Binary1011011011110101100010101001001100111011011000101001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61E2C; }

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

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

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

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

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

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

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

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