Html Css Color HEX #B8091C Venetian Red

📋 copy color: '#B8091C'

red 184 ◦ green 9 ◦ blue 28

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

Shades of Venetian Red #B8091C

Tints of Venetian Red #B8091C

RGB

 RED value IS 184 (72.27% from 255) = 83.26%

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

 BLUE value IS 28 (11.33% from 255) = 12.67%

R = 83.26%
G = 4.07%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B8091C (or 0xB8091C) is known color: Venetian Red. HEX triplet: B8, 09 and 1C. RGB value is (184,9,28). Sum of RGB (Red+Green+Blue) = 184+9+28=221 (29% of max value = 765). Red value is 184 (72.27% from 255 or 83.26% from 221); Green value is 9 (3.91% from 255 or 4.07% from 221); Blue value is 28 (11.33% from 255 or 12.67% from 221); Max value from RGB is 184 - color contains mainly: red. Hex color #B8091C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8091C is #47F6E3. Grayscale: #3F3F3F. Windows color (decimal): -4716260 or 1837496. OLE color: 1837496.

HSL color Cylindrical-coordinate representation of color #B8091C: hue angle of 353.49º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B8091C is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 9 28 -
CMYK 0 0.95 0.85 0.28
HSL 353.49º 0.91% 0.38% -
HSV(B) 353.49º 0.95% 0.72% -
XYZ 20.07 10.47 2.06 -
YUV 63.49 107.98 213.96 -
System Red Green Blue C M Y K H S L
Decimal 184 9 28 0 0.95 0.85 0.28 353.49 0.91 0.38
Hex B8 9 1C 0 5F 55 1C 161 5B 26
Octal 270 11 34 0 137 125 34 541 133 46
Binary 10111000 1001 11100 0 1011111 1010101 11100 101100001 1011011 100110

Color Harmonies of #B8091C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8091C

Black with #B8091C

Text Example


Text Example

White with #B8091C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8091C; }

 p { color: rgb(184,9,28); }

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

background-color css

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

 a { background-color: rgb(184,9,28); }

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

border-color css

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

 span { border-color: rgb(184,9,28); }

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