#B62A36

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

Shades of Cardinal #B62A36

Tints of Cardinal #B62A36

Color information

#B62A36 (or 0xB62A36) is unknown color: approx Cardinal. HEX triplet: B6, 2A and 36. RGB value is (182,42,54). Sum of RGB (Red+Green+Blue) = 182+42+54=278 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.47% from 278); Green value is 42 (16.80% from 255 or 15.11% from 278); Blue value is 54 (21.48% from 255 or 19.42% from 278); Max value from RGB is 182 - color contains mainly: red. Hex color #B62A36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62A36 is #49D5C9. Grayscale: #555555. Windows color (decimal): -4838858 or 3549878. OLE color: 3549878.

HSL color Cylindrical-coordinate representation of color #B62A36: hue angle of 354.86º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B62A36 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB1824254-
CMYK00.770.700.29
HSL354.86º62.5%43.92%-
HSV(B)354.86º76.92%71.37%-
XYZ20.7911.874.69-
YUV85.23110.38197.02-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 65.47%
GREEN value IS 42 (16.80% from 255) = 15.11%
BLUE value IS 54 (21.48% from 255) = 19.42%
R=65.47%
G=15.11%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.70
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182425400.770.700.29354.8662.543.92
HexB62A3604D461D1633e2c
Octal26652660115106355437654
Binary1011011010101011011001001101100011011101101100011111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62A36; }

 p { color: rgb(182,42,54); }

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

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

 a { background-color: rgb(182,42,54); }

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

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

 span { border-color: rgb(182,42,54); }

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