Html Css Color HEX #B8081B Venetian Red

📋 copy color: '#B8081B'

red 184 ◦ green 8 ◦ blue 27

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

Shades of Venetian Red #B8081B

Tints of Venetian Red #B8081B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.65%

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

R = 84.02%
G = 3.65%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B8081B (or 0xB8081B) is known color: Venetian Red. HEX triplet: B8, 08 and 1B. RGB value is (184,8,27). Sum of RGB (Red+Green+Blue) = 184+8+27=219 (29% of max value = 765). Red value is 184 (72.27% from 255 or 84.02% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 27 (10.94% from 255 or 12.33% from 219); Max value from RGB is 184 - color contains mainly: red. Hex color #B8081B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8081B is #47F7E4. Grayscale: #3E3E3E. Windows color (decimal): -4716517 or 1771704. OLE color: 1771704.

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

Color convert

RGB 184 8 27 -
CMYK 0 0.96 0.85 0.28
HSL 353.52º 0.92% 0.38% -
HSV(B) 353.52º 0.96% 0.72% -
XYZ 20.05 10.44 2 -
YUV 62.79 107.81 214.46 -
System Red Green Blue C M Y K H S L
Decimal 184 8 27 0 0.96 0.85 0.28 353.52 0.92 0.38
Hex B8 8 1B 0 60 55 1C 162 5C 26
Octal 270 10 33 0 140 125 34 542 134 46
Binary 10111000 1000 11011 0 1100000 1010101 11100 101100010 1011100 100110

Color Harmonies of #B8081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8081B

Black with #B8081B

Text Example


Text Example

White with #B8081B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8081B; }

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

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

background-color css

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

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

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

border-color css

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

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

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