#B0092D

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

Shades of Cardinal #B0092D

Tints of Cardinal #B0092D

Color information

#B0092D (or 0xB0092D) is unknown color: approx Cardinal. HEX triplet: B0, 09 and 2D. RGB value is (176,9,45). Sum of RGB (Red+Green+Blue) = 176+9+45=230 (30% of max value = 765). Red value is 176 (69.14% from 255 or 76.52% from 230); Green value is 9 (3.91% from 255 or 3.91% from 230); Blue value is 45 (17.97% from 255 or 19.57% from 230); Max value from RGB is 176 - color contains mainly: red. Hex color #B0092D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0092D is #4FF6D2. Grayscale: #3F3F3F. Windows color (decimal): -5240531 or 2951600. OLE color: 2951600.

HSL color Cylindrical-coordinate representation of color #B0092D: hue angle of 347.07º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B0092D is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB176945-
CMYK00.950.740.31
HSL347.07º90.27%36.27%-
HSV(B)347.07º94.89%69.02%-
XYZ18.489.613.36-
YUV63.04117.83208.57-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 76.52%
GREEN value IS 9 (3.91% from 255) = 3.91%
BLUE value IS 45 (17.97% from 255) = 19.57%
R=76.52%
G=3.91%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17694500.950.740.31347.0790.2736.27
HexB092D05F4A1F15b5a24
Octal260115501371123753313244
Binary101100001001101101010111111001010111111010110111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0092D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0092D; }

 p { color: rgb(176,9,45); }

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

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

 a { background-color: rgb(176,9,45); }

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

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

 span { border-color: rgb(176,9,45); }

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