Html Css Color HEX #B80102 Venetian Red

📋 copy color: '#B80102'

red 184 ◦ green 1 ◦ blue 2

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

Shades of Venetian Red #B80102

Tints of Venetian Red #B80102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.07%

R = 98.4%
G = 0.53%
B = 1.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B80102 (or 0xB80102) is known color: Venetian Red. HEX triplet: B8, 01 and 02. RGB value is (184,1,2). Sum of RGB (Red+Green+Blue) = 184+1+2=187 (24% of max value = 765). Red value is 184 (72.27% from 255 or 98.40% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 2 (1.17% from 255 or 1.07% from 187); Max value from RGB is 184 - color contains mainly: red. Hex color #B80102 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80102 is #47FEFD. Grayscale: #383838. Windows color (decimal): -4718334 or 131512. OLE color: 131512.

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

Color convert

RGB 184 1 2 -
CMYK 0 0.99 0.99 0.28
HSL 359.67º 0.99% 0.36% -
HSV(B) 359.67º 0.99% 0.72% -
XYZ 19.79 10.22 0.99 -
YUV 55.83 97.63 219.42 -
System Red Green Blue C M Y K H S L
Decimal 184 1 2 0 0.99 0.99 0.28 359.67 0.99 0.36
Hex B8 1 2 0 63 63 1C 168 63 24
Octal 270 1 2 0 143 143 34 550 143 44
Binary 10111000 1 10 0 1100011 1100011 11100 101101000 1100011 100100

Color Harmonies of #B80102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80102

Black with #B80102

Text Example


Text Example

White with #B80102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80102; }

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

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

background-color css

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

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

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

border-color css

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

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

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