Html Css Color HEX #B5121A Venetian Red

📋 copy color: '#B5121A'

red 181 ◦ green 18 ◦ blue 26

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

Shades of Venetian Red #B5121A

Tints of Venetian Red #B5121A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.56%

R = 80.44%
G = 8%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B5121A (or 0xB5121A) is known color: Venetian Red. HEX triplet: B5, 12 and 1A. RGB value is (181,18,26). Sum of RGB (Red+Green+Blue) = 181+18+26=225 (29% of max value = 765). Red value is 181 (71.09% from 255 or 80.44% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 26 (10.55% from 255 or 11.56% from 225); Max value from RGB is 181 - color contains mainly: red. Hex color #B5121A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5121A is #4AEDE5. Grayscale: #434343. Windows color (decimal): -4910566 or 1708725. OLE color: 1708725.

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

Color convert

RGB 181 18 26 -
CMYK 0 0.90 0.86 0.29
HSL 357.06º 0.82% 0.39% -
HSV(B) 357.06º 0.9% 0.71% -
XYZ 19.46 10.33 1.95 -
YUV 67.65 104.5 208.85 -
System Red Green Blue C M Y K H S L
Decimal 181 18 26 0 0.90 0.86 0.29 357.06 0.82 0.39
Hex B5 12 1A 0 5A 56 1D 165 52 27
Octal 265 22 32 0 132 126 35 545 122 47
Binary 10110101 10010 11010 0 1011010 1010110 11101 101100101 1010010 100111

Color Harmonies of #B5121A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5121A

Black with #B5121A

Text Example


Text Example

White with #B5121A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5121A; }

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

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

background-color css

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

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

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

border-color css

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

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

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