Html Css Color HEX #B50912 Venetian Red

📋 copy color: '#B50912'

red 181 ◦ green 9 ◦ blue 18

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

Shades of Venetian Red #B50912

Tints of Venetian Red #B50912

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.33%

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

R = 87.02%
G = 4.33%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B50912 (or 0xB50912) is known color: Venetian Red. HEX triplet: B5, 09 and 12. RGB value is (181,9,18). Sum of RGB (Red+Green+Blue) = 181+9+18=208 (27% of max value = 765). Red value is 181 (71.09% from 255 or 87.02% from 208); Green value is 9 (3.91% from 255 or 4.33% from 208); Blue value is 18 (7.42% from 255 or 8.65% from 208); Max value from RGB is 181 - color contains mainly: red. Hex color #B50912 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50912 is #4AF6ED. Grayscale: #3D3D3D. Windows color (decimal): -4912878 or 1182133. OLE color: 1182133.

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

Color convert

RGB 181 9 18 -
CMYK 0 0.95 0.90 0.29
HSL 356.86º 0.91% 0.37% -
HSV(B) 356.86º 0.95% 0.71% -
XYZ 19.26 10.06 1.5 -
YUV 61.45 103.48 213.27 -
System Red Green Blue C M Y K H S L
Decimal 181 9 18 0 0.95 0.90 0.29 356.86 0.91 0.37
Hex B5 9 12 0 5F 5A 1D 165 5B 25
Octal 265 11 22 0 137 132 35 545 133 45
Binary 10110101 1001 10010 0 1011111 1011010 11101 101100101 1011011 100101

Color Harmonies of #B50912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50912

Black with #B50912

Text Example


Text Example

White with #B50912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50912; }

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

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

background-color css

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

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

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

border-color css

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

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

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