Html Css Color HEX #B8091B Venetian Red

📋 copy color: '#B8091B'

red 184 ◦ green 9 ◦ blue 27

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

Shades of Venetian Red #B8091B

Tints of Venetian Red #B8091B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.27%

R = 83.64%
G = 4.09%
B = 12.27%

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

#B8091B (or 0xB8091B) is known color: Venetian Red. HEX triplet: B8, 09 and 1B. RGB value is (184,9,27). Sum of RGB (Red+Green+Blue) = 184+9+27=220 (29% of max value = 765). Red value is 184 (72.27% from 255 or 83.64% from 220); Green value is 9 (3.91% from 255 or 4.09% from 220); Blue value is 27 (10.94% from 255 or 12.27% from 220); Max value from RGB is 184 - color contains mainly: red. Hex color #B8091B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8091B is #47F6E4. Grayscale: #3F3F3F. Windows color (decimal): -4716261 or 1771960. OLE color: 1771960.

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

Color convert

RGB 184 9 27 -
CMYK 0 0.95 0.85 0.28
HSL 353.83º 0.91% 0.38% -
HSV(B) 353.83º 0.95% 0.72% -
XYZ 20.06 10.46 2 -
YUV 63.38 107.48 214.04 -
System Red Green Blue C M Y K H S L
Decimal 184 9 27 0 0.95 0.85 0.28 353.83 0.91 0.38
Hex B8 9 1B 0 5F 55 1C 162 5B 26
Octal 270 11 33 0 137 125 34 542 133 46
Binary 10111000 1001 11011 0 1011111 1010101 11100 101100010 1011011 100110

Color Harmonies of #B8091B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8091B

Black with #B8091B

Text Example


Text Example

White with #B8091B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8091B; }

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

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

background-color css

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

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

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

border-color css

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

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

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