Html Css Color HEX #B50612 Venetian Red

📋 copy color: '#B50612'

red 181 ◦ green 6 ◦ blue 18

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

Shades of Venetian Red #B50612

Tints of Venetian Red #B50612

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.93%

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

R = 88.29%
G = 2.93%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B50612 (or 0xB50612) is known color: Venetian Red. HEX triplet: B5, 06 and 12. RGB value is (181,6,18). Sum of RGB (Red+Green+Blue) = 181+6+18=205 (27% of max value = 765). Red value is 181 (71.09% from 255 or 88.29% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 18 (7.42% from 255 or 8.78% from 205); Max value from RGB is 181 - color contains mainly: red. Hex color #B50612 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50612 is #4AF9ED. Grayscale: #3B3B3B. Windows color (decimal): -4913646 or 1181365. OLE color: 1181365.

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

Color convert

RGB 181 6 18 -
CMYK 0 0.97 0.90 0.29
HSL 355.89º 0.94% 0.37% -
HSV(B) 355.89º 0.97% 0.71% -
XYZ 19.23 10 1.49 -
YUV 59.69 104.48 214.52 -
System Red Green Blue C M Y K H S L
Decimal 181 6 18 0 0.97 0.90 0.29 355.89 0.94 0.37
Hex B5 6 12 0 61 5A 1D 164 5E 25
Octal 265 6 22 0 141 132 35 544 136 45
Binary 10110101 110 10010 0 1100001 1011010 11101 101100100 1011110 100101

Color Harmonies of #B50612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50612

Black with #B50612

Text Example


Text Example

White with #B50612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50612; }

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

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

background-color css

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

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

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

border-color css

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

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

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