Html Css Color HEX #B80103 Venetian Red

📋 copy color: '#B80103'

red 184 ◦ green 1 ◦ blue 3

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

Shades of Venetian Red #B80103

Tints of Venetian Red #B80103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.6%

R = 97.87%
G = 0.53%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#B80103 (or 0xB80103) is known color: Venetian Red. HEX triplet: B8, 01 and 03. RGB value is (184,1,3). Sum of RGB (Red+Green+Blue) = 184+1+3=188 (24% of max value = 765). Red value is 184 (72.27% from 255 or 97.87% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 3 (1.56% from 255 or 1.60% from 188); Max value from RGB is 184 - color contains mainly: red. Hex color #B80103 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80103 is #47FEFC. Grayscale: #383838. Windows color (decimal): -4718333 or 197048. OLE color: 197048.

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

Color convert

RGB 184 1 3 -
CMYK 0 0.99 0.98 0.28
HSL 359.34º 0.99% 0.36% -
HSV(B) 359.34º 0.99% 0.72% -
XYZ 19.79 10.22 1.02 -
YUV 55.95 98.13 219.34 -
System Red Green Blue C M Y K H S L
Decimal 184 1 3 0 0.99 0.98 0.28 359.34 0.99 0.36
Hex B8 1 3 0 63 62 1C 167 63 24
Octal 270 1 3 0 143 142 34 547 143 44
Binary 10111000 1 11 0 1100011 1100010 11100 101100111 1100011 100100

Color Harmonies of #B80103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80103

Black with #B80103

Text Example


Text Example

White with #B80103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80103; }

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

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

background-color css

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

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

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

border-color css

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

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

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