Html Css Color HEX #B80313 Venetian Red

📋 copy color: '#B80313'

red 184 ◦ green 3 ◦ blue 19

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

Shades of Venetian Red #B80313

Tints of Venetian Red #B80313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.22%

R = 89.32%
G = 1.46%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B80313 (or 0xB80313) is known color: Venetian Red. HEX triplet: B8, 03 and 13. RGB value is (184,3,19). Sum of RGB (Red+Green+Blue) = 184+3+19=206 (27% of max value = 765). Red value is 184 (72.27% from 255 or 89.32% from 206); Green value is 3 (1.56% from 255 or 1.46% from 206); Blue value is 19 (7.81% from 255 or 9.22% from 206); Max value from RGB is 184 - color contains mainly: red. Hex color #B80313 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80313 is #47FCEC. Grayscale: #3B3B3B. Windows color (decimal): -4717805 or 1246136. OLE color: 1246136.

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

Color convert

RGB 184 3 19 -
CMYK 0 0.98 0.90 0.28
HSL 354.7º 0.97% 0.37% -
HSV(B) 354.7º 0.98% 0.72% -
XYZ 19.92 10.3 1.55 -
YUV 58.94 105.47 217.2 -
System Red Green Blue C M Y K H S L
Decimal 184 3 19 0 0.98 0.90 0.28 354.7 0.97 0.37
Hex B8 3 13 0 62 5A 1C 163 61 25
Octal 270 3 23 0 142 132 34 543 141 45
Binary 10111000 11 10011 0 1100010 1011010 11100 101100011 1100001 100101

Color Harmonies of #B80313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80313

Black with #B80313

Text Example


Text Example

White with #B80313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80313; }

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

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

background-color css

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

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

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

border-color css

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

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

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