Html Css Color HEX #B0092C Cardinal

📋 copy color: '#B0092C'

red 176 ◦ green 9 ◦ blue 44

#B0092C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #B0092C

Tints of Cardinal #B0092C

RGB

 RED value IS 176 (69.14% from 255) = 76.86%

 GREEN value IS 9 (3.91% from 255) = 3.93%

 BLUE value IS 44 (17.58% from 255) = 19.21%

R = 76.86%
G = 3.93%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B0092C (or 0xB0092C) is known color: Cardinal. HEX triplet: B0, 09 and 2C. RGB value is (176,9,44). Sum of RGB (Red+Green+Blue) = 176+9+44=229 (30% of max value = 765). Red value is 176 (69.14% from 255 or 76.86% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 44 (17.58% from 255 or 19.21% from 229); Max value from RGB is 176 - color contains mainly: red. Hex color #B0092C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0092C is #4FF6D3. Grayscale: #3E3E3E. Windows color (decimal): -5240532 or 2886064. OLE color: 2886064.

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

Color convert

RGB 176 9 44 -
CMYK 0 0.95 0.75 0.31
HSL 347.43º 0.9% 0.36% -
HSV(B) 347.43º 0.95% 0.69% -
XYZ 18.46 9.61 3.26 -
YUV 62.92 117.33 208.65 -
System Red Green Blue C M Y K H S L
Decimal 176 9 44 0 0.95 0.75 0.31 347.43 0.9 0.36
Hex B0 9 2C 0 5F 4B 1F 15B 5A 24
Octal 260 11 54 0 137 113 37 533 132 44
Binary 10110000 1001 101100 0 1011111 1001011 11111 101011011 1011010 100100

Color Harmonies of #B0092C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0092C

Black with #B0092C

Text Example


Text Example

White with #B0092C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0092C; }

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

 H1.HeaderClassName
 {
   color: #B0092C;
 }
 .AnyTagClassName
 {
   color: #B0092C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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