Html Css Color HEX #B80308 Venetian Red

📋 copy color: '#B80308'

red 184 ◦ green 3 ◦ blue 8

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

Shades of Venetian Red #B80308

Tints of Venetian Red #B80308

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.54%

 BLUE value IS 8 (3.52% from 255) = 4.1%

R = 94.36%
G = 1.54%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#B80308 (or 0xB80308) is known color: Venetian Red. HEX triplet: B8, 03 and 08. RGB value is (184,3,8). Sum of RGB (Red+Green+Blue) = 184+3+8=195 (25% of max value = 765). Red value is 184 (72.27% from 255 or 94.36% from 195); Green value is 3 (1.56% from 255 or 1.54% from 195); Blue value is 8 (3.52% from 255 or 4.10% from 195); Max value from RGB is 184 - color contains mainly: red. Hex color #B80308 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80308 is #47FCF7. Grayscale: #393939. Windows color (decimal): -4717816 or 525240. OLE color: 525240.

HSL color Cylindrical-coordinate representation of color #B80308: hue angle of 358.34º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B80308 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 3 8 -
CMYK 0 0.98 0.96 0.28
HSL 358.34º 0.97% 0.37% -
HSV(B) 358.34º 0.98% 0.72% -
XYZ 19.84 10.27 1.17 -
YUV 57.69 99.97 218.09 -
System Red Green Blue C M Y K H S L
Decimal 184 3 8 0 0.98 0.96 0.28 358.34 0.97 0.37
Hex B8 3 8 0 62 60 1C 166 61 25
Octal 270 3 10 0 142 140 34 546 141 45
Binary 10111000 11 1000 0 1100010 1100000 11100 101100110 1100001 100101

Color Harmonies of #B80308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80308

Black with #B80308

Text Example


Text Example

White with #B80308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80308; }

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

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

background-color css

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

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

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

border-color css

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

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

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