#B0143C

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

Shades of Cardinal #B0143C

Tints of Cardinal #B0143C

Color information

#B0143C (or 0xB0143C) is unknown color: approx Cardinal. HEX triplet: B0, 14 and 3C. RGB value is (176,20,60). Sum of RGB (Red+Green+Blue) = 176+20+60=256 (33% of max value = 765). Red value is 176 (69.14% from 255 or 68.75% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 176 - color contains mainly: red. Hex color #B0143C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0143C is #4FEBC3. Grayscale: #474747. Windows color (decimal): -5237700 or 3937456. OLE color: 3937456.

HSL color Cylindrical-coordinate representation of color #B0143C: hue angle of 344.62º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B0143C is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB1762060-
CMYK00.890.660.31
HSL344.62º79.59%38.43%-
HSV(B)344.62º88.64%69.02%-
XYZ18.9710.065.22-
YUV71.2121.68202.75-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 68.75%
GREEN value IS 20 (8.20% from 255) = 7.81%
BLUE value IS 60 (23.83% from 255) = 23.44%
R=68.75%
G=7.81%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176206000.890.660.31344.6279.5938.43
HexB0143C059421F1595026
Octal260247401311023753112046
Binary1011000010100111100010110011000010111111010110011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0143C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0143C; }

 p { color: rgb(176,20,60); }

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

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

 a { background-color: rgb(176,20,60); }

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

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

 span { border-color: rgb(176,20,60); }

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