#B62143

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

Shades of Cardinal #B62143

Tints of Cardinal #B62143

Color information

#B62143 (or 0xB62143) is unknown color: approx Cardinal. HEX triplet: B6, 21 and 43. RGB value is (182,33,67). Sum of RGB (Red+Green+Blue) = 182+33+67=282 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.54% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 67 (26.56% from 255 or 23.76% from 282); Max value from RGB is 182 - color contains mainly: red. Hex color #B62143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62143 is #49DEBC. Grayscale: #515151. Windows color (decimal): -4841149 or 4399542. OLE color: 4399542.

HSL color Cylindrical-coordinate representation of color #B62143: hue angle of 346.31º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B62143 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB1823367-
CMYK00.820.630.29
HSL346.31º69.3%42.16%-
HSV(B)346.31º81.87%71.37%-
XYZ20.8511.446.42-
YUV81.43119.86199.74-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 64.54%
GREEN value IS 33 (13.28% from 255) = 11.70%
BLUE value IS 67 (26.56% from 255) = 23.76%
R=64.54%
G=11.70%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182336700.820.630.29346.3169.342.16
HexB621430523F1D15a452a
Octal266411030122773553210552
Binary10110110100001100001101010010111111111011010110101000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62143; }

 p { color: rgb(182,33,67); }

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

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

 a { background-color: rgb(182,33,67); }

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

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

 span { border-color: rgb(182,33,67); }

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