#B0092E

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

Shades of Cardinal #B0092E

Tints of Cardinal #B0092E

Color information

#B0092E (or 0xB0092E) is unknown color: approx Cardinal. HEX triplet: B0, 09 and 2E. RGB value is (176,9,46). Sum of RGB (Red+Green+Blue) = 176+9+46=231 (30% of max value = 765). Red value is 176 (69.14% from 255 or 76.19% from 231); Green value is 9 (3.91% from 255 or 3.90% from 231); Blue value is 46 (18.36% from 255 or 19.91% from 231); Max value from RGB is 176 - color contains mainly: red. Hex color #B0092E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0092E is #4FF6D1. Grayscale: #3F3F3F. Windows color (decimal): -5240530 or 3017136. OLE color: 3017136.

HSL color Cylindrical-coordinate representation of color #B0092E: hue angle of 346.71º 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 #B0092E is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB176946-
CMYK00.950.740.31
HSL346.71º90.27%36.27%-
HSV(B)346.71º94.89%69.02%-
XYZ18.59.623.47-
YUV63.15118.33208.49-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 76.19%
GREEN value IS 9 (3.91% from 255) = 3.90%
BLUE value IS 46 (18.36% from 255) = 19.91%
R=76.19%
G=3.90%
B=19.91%

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
Decimal17694600.950.740.31346.7190.2736.27
HexB092E05F4A1F15b5a24
Octal260115601371123753313244
Binary101100001001101110010111111001010111111010110111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0092E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0092E; }

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

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

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

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

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

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

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

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