Html Css Color HEX #B50812 Venetian Red

📋 copy color: '#B50812'

red 181 ◦ green 8 ◦ blue 18

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

Shades of Venetian Red #B50812

Tints of Venetian Red #B50812

RGB

 RED value IS 181 (71.09% from 255) = 87.44%

 GREEN value IS 8 (3.52% from 255) = 3.86%

 BLUE value IS 18 (7.42% from 255) = 8.7%

R = 87.44%
G = 3.86%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B50812 (or 0xB50812) is known color: Venetian Red. HEX triplet: B5, 08 and 12. RGB value is (181,8,18). Sum of RGB (Red+Green+Blue) = 181+8+18=207 (27% of max value = 765). Red value is 181 (71.09% from 255 or 87.44% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 18 (7.42% from 255 or 8.70% from 207); Max value from RGB is 181 - color contains mainly: red. Hex color #B50812 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50812 is #4AF7ED. Grayscale: #3C3C3C. Windows color (decimal): -4913134 or 1181877. OLE color: 1181877.

HSL color Cylindrical-coordinate representation of color #B50812: hue angle of 356.53º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B50812 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 8 18 -
CMYK 0 0.96 0.90 0.29
HSL 356.53º 0.92% 0.37% -
HSV(B) 356.53º 0.96% 0.71% -
XYZ 19.25 10.04 1.5 -
YUV 60.87 103.81 213.69 -
System Red Green Blue C M Y K H S L
Decimal 181 8 18 0 0.96 0.90 0.29 356.53 0.92 0.37
Hex B5 8 12 0 60 5A 1D 165 5C 25
Octal 265 10 22 0 140 132 35 545 134 45
Binary 10110101 1000 10010 0 1100000 1011010 11101 101100101 1011100 100101

Color Harmonies of #B50812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50812

Black with #B50812

Text Example


Text Example

White with #B50812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50812; }

 p { color: rgb(181,8,18); }

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

background-color css

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

 a { background-color: rgb(181,8,18); }

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

border-color css

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

 span { border-color: rgb(181,8,18); }

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