#B62A35

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

Shades of Cardinal #B62A35

Tints of Cardinal #B62A35

Color information

#B62A35 (or 0xB62A35) is unknown color: approx Cardinal. HEX triplet: B6, 2A and 35. RGB value is (182,42,53). Sum of RGB (Red+Green+Blue) = 182+42+53=277 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.70% from 277); Green value is 42 (16.80% from 255 or 15.16% from 277); Blue value is 53 (21.09% from 255 or 19.13% from 277); Max value from RGB is 182 - color contains mainly: red. Hex color #B62A35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62A35 is #49D5CA. Grayscale: #555555. Windows color (decimal): -4838859 or 3484342. OLE color: 3484342.

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

Color convert

RGB1824253-
CMYK00.770.710.29
HSL355.29º62.5%43.92%-
HSV(B)355.29º76.92%71.37%-
XYZ20.7611.864.56-
YUV85.11109.88197.11-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 65.70%
GREEN value IS 42 (16.80% from 255) = 15.16%
BLUE value IS 53 (21.09% from 255) = 19.13%
R=65.70%
G=15.16%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182425300.770.710.29355.2962.543.92
HexB62A3504D471D1633e2c
Octal26652650115107355437654
Binary1011011010101011010101001101100011111101101100011111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62A35; }

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

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

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

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

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

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

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

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