Html Css Color HEX #B8091D Venetian Red

📋 copy color: '#B8091D'

red 184 ◦ green 9 ◦ blue 29

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

Shades of Venetian Red #B8091D

Tints of Venetian Red #B8091D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.06%

R = 82.88%
G = 4.05%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B8091D (or 0xB8091D) is known color: Venetian Red. HEX triplet: B8, 09 and 1D. RGB value is (184,9,29). Sum of RGB (Red+Green+Blue) = 184+9+29=222 (29% of max value = 765). Red value is 184 (72.27% from 255 or 82.88% from 222); Green value is 9 (3.91% from 255 or 4.05% from 222); Blue value is 29 (11.72% from 255 or 13.06% from 222); Max value from RGB is 184 - color contains mainly: red. Hex color #B8091D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8091D is #47F6E2. Grayscale: #3F3F3F. Windows color (decimal): -4716259 or 1903032. OLE color: 1903032.

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

Color convert

RGB 184 9 29 -
CMYK 0 0.95 0.84 0.28
HSL 353.14º 0.91% 0.38% -
HSV(B) 353.14º 0.95% 0.72% -
XYZ 20.09 10.47 2.13 -
YUV 63.61 108.48 213.87 -
System Red Green Blue C M Y K H S L
Decimal 184 9 29 0 0.95 0.84 0.28 353.14 0.91 0.38
Hex B8 9 1D 0 5F 54 1C 161 5B 26
Octal 270 11 35 0 137 124 34 541 133 46
Binary 10111000 1001 11101 0 1011111 1010100 11100 101100001 1011011 100110

Color Harmonies of #B8091D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8091D

Black with #B8091D

Text Example


Text Example

White with #B8091D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8091D; }

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

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

background-color css

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

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

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

border-color css

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

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

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