Html Css Color HEX #B8051E Venetian Red

📋 copy color: '#B8051E'

red 184 ◦ green 5 ◦ blue 30

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

Shades of Venetian Red #B8051E

Tints of Venetian Red #B8051E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.28%

 BLUE value IS 30 (12.11% from 255) = 13.7%

R = 84.02%
G = 2.28%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B8051E (or 0xB8051E) is known color: Venetian Red. HEX triplet: B8, 05 and 1E. RGB value is (184,5,30). Sum of RGB (Red+Green+Blue) = 184+5+30=219 (29% of max value = 765). Red value is 184 (72.27% from 255 or 84.02% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 30 (12.11% from 255 or 13.70% from 219); Max value from RGB is 184 - color contains mainly: red. Hex color #B8051E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8051E is #47FAE1. Grayscale: #3D3D3D. Windows color (decimal): -4717282 or 1967544. OLE color: 1967544.

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

Color convert

RGB 184 5 30 -
CMYK 0 0.97 0.84 0.28
HSL 351.62º 0.95% 0.37% -
HSV(B) 351.62º 0.97% 0.72% -
XYZ 20.06 10.39 2.18 -
YUV 61.37 110.3 215.47 -
System Red Green Blue C M Y K H S L
Decimal 184 5 30 0 0.97 0.84 0.28 351.62 0.95 0.37
Hex B8 5 1E 0 61 54 1C 160 5F 25
Octal 270 5 36 0 141 124 34 540 137 45
Binary 10111000 101 11110 0 1100001 1010100 11100 101100000 1011111 100101

Color Harmonies of #B8051E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8051E

Black with #B8051E

Text Example


Text Example

White with #B8051E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8051E; }

 p { color: rgb(184,5,30); }

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

background-color css

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

 a { background-color: rgb(184,5,30); }

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

border-color css

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

 span { border-color: rgb(184,5,30); }

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