Html Css Color HEX #B8051B Venetian Red

📋 copy color: '#B8051B'

red 184 ◦ green 5 ◦ blue 27

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

Shades of Venetian Red #B8051B

Tints of Venetian Red #B8051B

RGB

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

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

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

R = 85.19%
G = 2.31%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B8051B (or 0xB8051B) is known color: Venetian Red. HEX triplet: B8, 05 and 1B. RGB value is (184,5,27). Sum of RGB (Red+Green+Blue) = 184+5+27=216 (28% of max value = 765). Red value is 184 (72.27% from 255 or 85.19% from 216); Green value is 5 (2.34% from 255 or 2.31% from 216); Blue value is 27 (10.94% from 255 or 12.5% from 216); Max value from RGB is 184 - color contains mainly: red. Hex color #B8051B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8051B is #47FAE4. Grayscale: #3D3D3D. Windows color (decimal): -4717285 or 1770936. OLE color: 1770936.

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

Color convert

RGB 184 5 27 -
CMYK 0 0.97 0.85 0.28
HSL 352.63º 0.95% 0.37% -
HSV(B) 352.63º 0.97% 0.72% -
XYZ 20.02 10.38 1.98 -
YUV 61.03 108.8 215.71 -
System Red Green Blue C M Y K H S L
Decimal 184 5 27 0 0.97 0.85 0.28 352.63 0.95 0.37
Hex B8 5 1B 0 61 55 1C 161 5F 25
Octal 270 5 33 0 141 125 34 541 137 45
Binary 10111000 101 11011 0 1100001 1010101 11100 101100001 1011111 100101

Color Harmonies of #B8051B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8051B

Black with #B8051B

Text Example


Text Example

White with #B8051B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8051B; }

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

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

background-color css

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

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

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

border-color css

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

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

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