Html Css Color HEX #B8010E Venetian Red

📋 copy color: '#B8010E'

red 184 ◦ green 1 ◦ blue 14

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

Shades of Venetian Red #B8010E

Tints of Venetian Red #B8010E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

 BLUE value IS 14 (5.86% from 255) = 7.04%

R = 92.46%
G = 0.5%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B8010E (or 0xB8010E) is known color: Venetian Red. HEX triplet: B8, 01 and 0E. RGB value is (184,1,14). Sum of RGB (Red+Green+Blue) = 184+1+14=199 (26% of max value = 765). Red value is 184 (72.27% from 255 or 92.46% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 14 (5.86% from 255 or 7.04% from 199); Max value from RGB is 184 - color contains mainly: red. Hex color #B8010E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B8010E is #47FEF1. Grayscale: #393939. Windows color (decimal): -4718322 or 917944. OLE color: 917944.

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

Color convert

RGB 184 1 14 -
CMYK 0 0.99 0.92 0.28
HSL 355.74º 0.99% 0.36% -
HSV(B) 355.74º 0.99% 0.72% -
XYZ 19.86 10.24 1.35 -
YUV 57.2 103.63 218.44 -
System Red Green Blue C M Y K H S L
Decimal 184 1 14 0 0.99 0.92 0.28 355.74 0.99 0.36
Hex B8 1 E 0 63 5C 1C 164 63 24
Octal 270 1 16 0 143 134 34 544 143 44
Binary 10111000 1 1110 0 1100011 1011100 11100 101100100 1100011 100100

Color Harmonies of #B8010E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8010E

Black with #B8010E

Text Example


Text Example

White with #B8010E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8010E; }

 p { color: rgb(184,1,14); }

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

background-color css

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

 a { background-color: rgb(184,1,14); }

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

border-color css

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

 span { border-color: rgb(184,1,14); }

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