#B9003C

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

Shades of Cardinal #B9003C

Tints of Cardinal #B9003C

Color information

#B9003C (or 0xB9003C) is unknown color: approx Cardinal. HEX triplet: B9, 00 and 3C. RGB value is (185,0,60). Sum of RGB (Red+Green+Blue) = 185+0+60=245 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.51% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 60 (23.83% from 255 or 24.49% from 245); Max value from RGB is 185 - color contains mainly: red. Hex color #B9003C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9003C is #46FFC3. Grayscale: #3E3E3E. Windows color (decimal): -4652996 or 3932345. OLE color: 3932345.

HSL color Cylindrical-coordinate representation of color #B9003C: hue angle of 340.54º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B9003C is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB185060-
CMYK010.680.27
HSL340.54º100%36.27%-
HSV(B)340.54º100%72.55%-
XYZ20.8210.645.23-
YUV62.16126.79215.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 75.51%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 60 (23.83% from 255) = 24.49%
R=75.51%
G=0%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185060010.680.27340.5410036.27
HexB903C064441B1556424
Octal27107401441043352514444
Binary101110010111100011001001000100110111010101011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9003C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9003C; }

 p { color: rgb(185,0,60); }

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

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

 a { background-color: rgb(185,0,60); }

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

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

 span { border-color: rgb(185,0,60); }

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