#B62A33

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

Shades of Cardinal #B62A33

Tints of Cardinal #B62A33

Color information

#B62A33 (or 0xB62A33) is unknown color: approx Cardinal. HEX triplet: B6, 2A and 33. RGB value is (182,42,51). Sum of RGB (Red+Green+Blue) = 182+42+51=275 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.18% from 275); Green value is 42 (16.80% from 255 or 15.27% from 275); Blue value is 51 (20.31% from 255 or 18.55% from 275); Max value from RGB is 182 - color contains mainly: red. Hex color #B62A33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62A33 is #49D5CC. Grayscale: #545454. Windows color (decimal): -4838861 or 3353270. OLE color: 3353270.

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

Color convert

RGB1824251-
CMYK00.770.720.29
HSL356.14º62.5%43.92%-
HSV(B)356.14º76.92%71.37%-
XYZ20.7211.844.33-
YUV84.89108.88197.27-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 66.18%
GREEN value IS 42 (16.80% from 255) = 15.27%
BLUE value IS 51 (20.31% from 255) = 18.55%
R=66.18%
G=15.27%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182425100.770.720.29356.1462.543.92
HexB62A3304D481D1643e2c
Octal26652630115110355447654
Binary1011011010101011001101001101100100011101101100100111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62A33; }

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

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

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

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

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

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

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

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