#B9003E

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

Shades of Cardinal #B9003E

Tints of Cardinal #B9003E

Color information

#B9003E (or 0xB9003E) is unknown color: approx Cardinal. HEX triplet: B9, 00 and 3E. RGB value is (185,0,62). Sum of RGB (Red+Green+Blue) = 185+0+62=247 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.90% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 62 (24.61% from 255 or 25.10% from 247); Max value from RGB is 185 - color contains mainly: red. Hex color #B9003E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9003E is #46FFC1. Grayscale: #3E3E3E. Windows color (decimal): -4652994 or 4063417. OLE color: 4063417.

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

Color convert

RGB185062-
CMYK010.660.27
HSL339.89º100%36.27%-
HSV(B)339.89º100%72.55%-
XYZ20.8810.665.52-
YUV62.38127.79215.46-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 74.90%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 62 (24.61% from 255) = 25.10%
R=74.90%
G=0%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185062010.660.27339.8910036.27
HexB903E064421B1546424
Octal27107601441023352414444
Binary101110010111110011001001000010110111010101001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9003E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9003E; }

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

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

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

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

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

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

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

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