#B9003B

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

Shades of Cardinal #B9003B

Tints of Cardinal #B9003B

Color information

#B9003B (or 0xB9003B) is unknown color: approx Cardinal. HEX triplet: B9, 00 and 3B. RGB value is (185,0,59). Sum of RGB (Red+Green+Blue) = 185+0+59=244 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.82% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 59 (23.44% from 255 or 24.18% from 244); Max value from RGB is 185 - color contains mainly: red. Hex color #B9003B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9003B is #46FFC4. Grayscale: #3D3D3D. Windows color (decimal): -4652997 or 3866809. OLE color: 3866809.

HSL color Cylindrical-coordinate representation of color #B9003B: hue angle of 340.86º 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 #B9003B is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB185059-
CMYK010.680.27
HSL340.86º100%36.27%-
HSV(B)340.86º100%72.55%-
XYZ20.810.635.09-
YUV62.04126.29215.7-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 75.82%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 59 (23.44% from 255) = 24.18%
R=75.82%
G=0%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185059010.680.27340.8610036.27
HexB903B064441B1556424
Octal27107301441043352514444
Binary101110010111011011001001000100110111010101011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9003B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9003B; }

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

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

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

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

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

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

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

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