#B62440

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

Shades of Cardinal #B62440

Tints of Cardinal #B62440

Color information

#B62440 (or 0xB62440) is unknown color: approx Cardinal. HEX triplet: B6, 24 and 40. RGB value is (182,36,64). Sum of RGB (Red+Green+Blue) = 182+36+64=282 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.54% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 64 (25.39% from 255 or 22.70% from 282); Max value from RGB is 182 - color contains mainly: red. Hex color #B62440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62440 is #49DBBF. Grayscale: #525252. Windows color (decimal): -4840384 or 4203702. OLE color: 4203702.

HSL color Cylindrical-coordinate representation of color #B62440: hue angle of 348.49º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B62440 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB1823664-
CMYK00.800.650.29
HSL348.49º66.97%42.75%-
HSV(B)348.49º80.22%71.37%-
XYZ20.8511.585.99-
YUV82.85117.37198.72-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 64.54%
GREEN value IS 36 (14.45% from 255) = 12.77%
BLUE value IS 64 (25.39% from 255) = 22.70%
R=64.54%
G=12.77%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182366400.800.650.29348.4966.9742.75
HexB62440050411D15c432b
Octal2664410001201013553410353
Binary101101101001001000000010100001000001111011010111001000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62440; }

 p { color: rgb(182,36,64); }

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

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

 a { background-color: rgb(182,36,64); }

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

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

 span { border-color: rgb(182,36,64); }

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