Html Css Color HEX #B8051D Venetian Red

📋 copy color: '#B8051D'

red 184 ◦ green 5 ◦ blue 29

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

Shades of Venetian Red #B8051D

Tints of Venetian Red #B8051D

RGB

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

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

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

R = 84.4%
G = 2.29%
B = 13.3%

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

#B8051D (or 0xB8051D) is known color: Venetian Red. HEX triplet: B8, 05 and 1D. RGB value is (184,5,29). Sum of RGB (Red+Green+Blue) = 184+5+29=218 (28% of max value = 765). Red value is 184 (72.27% from 255 or 84.40% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 29 (11.72% from 255 or 13.30% from 218); Max value from RGB is 184 - color contains mainly: red. Hex color #B8051D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8051D is #47FAE2. Grayscale: #3D3D3D. Windows color (decimal): -4717283 or 1902008. OLE color: 1902008.

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

Color convert

RGB 184 5 29 -
CMYK 0 0.97 0.84 0.28
HSL 351.96º 0.95% 0.37% -
HSV(B) 351.96º 0.97% 0.72% -
XYZ 20.04 10.39 2.11 -
YUV 61.26 109.8 215.55 -
System Red Green Blue C M Y K H S L
Decimal 184 5 29 0 0.97 0.84 0.28 351.96 0.95 0.37
Hex B8 5 1D 0 61 54 1C 160 5F 25
Octal 270 5 35 0 141 124 34 540 137 45
Binary 10111000 101 11101 0 1100001 1010100 11100 101100000 1011111 100101

Color Harmonies of #B8051D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8051D

Black with #B8051D

Text Example


Text Example

White with #B8051D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8051D; }

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

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

background-color css

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

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

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

border-color css

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

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

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