Html Css Color HEX #B5121F Venetian Red

📋 copy color: '#B5121F'

red 181 ◦ green 18 ◦ blue 31

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

Shades of Venetian Red #B5121F

Tints of Venetian Red #B5121F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.83%

 BLUE value IS 31 (12.5% from 255) = 13.48%

R = 78.7%
G = 7.83%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B5121F (or 0xB5121F) is known color: Venetian Red. HEX triplet: B5, 12 and 1F. RGB value is (181,18,31). Sum of RGB (Red+Green+Blue) = 181+18+31=230 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.70% from 230); Green value is 18 (7.42% from 255 or 7.83% from 230); Blue value is 31 (12.5% from 255 or 13.48% from 230); Max value from RGB is 181 - color contains mainly: red. Hex color #B5121F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5121F is #4AEDE0. Grayscale: #444444. Windows color (decimal): -4910561 or 2036405. OLE color: 2036405.

HSL color Cylindrical-coordinate representation of color #B5121F: hue angle of 355.21º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B5121F is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 18 31 -
CMYK 0 0.90 0.83 0.29
HSL 355.21º 0.82% 0.39% -
HSV(B) 355.21º 0.9% 0.71% -
XYZ 19.52 10.36 2.27 -
YUV 68.22 107 208.44 -
System Red Green Blue C M Y K H S L
Decimal 181 18 31 0 0.90 0.83 0.29 355.21 0.82 0.39
Hex B5 12 1F 0 5A 53 1D 163 52 27
Octal 265 22 37 0 132 123 35 543 122 47
Binary 10110101 10010 11111 0 1011010 1010011 11101 101100011 1010010 100111

Color Harmonies of #B5121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5121F

Black with #B5121F

Text Example


Text Example

White with #B5121F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5121F; }

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

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

background-color css

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

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

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

border-color css

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

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

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