Html Css Color HEX #B5101D Venetian Red

📋 copy color: '#B5101D'

red 181 ◦ green 16 ◦ blue 29

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

Shades of Venetian Red #B5101D

Tints of Venetian Red #B5101D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.08%

 BLUE value IS 29 (11.72% from 255) = 12.83%

R = 80.09%
G = 7.08%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B5101D (or 0xB5101D) is known color: Venetian Red. HEX triplet: B5, 10 and 1D. RGB value is (181,16,29). Sum of RGB (Red+Green+Blue) = 181+16+29=226 (29% of max value = 765). Red value is 181 (71.09% from 255 or 80.09% from 226); Green value is 16 (6.64% from 255 or 7.08% from 226); Blue value is 29 (11.72% from 255 or 12.83% from 226); Max value from RGB is 181 - color contains mainly: red. Hex color #B5101D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5101D is #4AEFE2. Grayscale: #424242. Windows color (decimal): -4911075 or 1904821. OLE color: 1904821.

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

Color convert

RGB 181 16 29 -
CMYK 0 0.91 0.84 0.29
HSL 355.27º 0.84% 0.39% -
HSV(B) 355.27º 0.91% 0.71% -
XYZ 19.46 10.28 2.12 -
YUV 66.82 106.66 209.44 -
System Red Green Blue C M Y K H S L
Decimal 181 16 29 0 0.91 0.84 0.29 355.27 0.84 0.39
Hex B5 10 1D 0 5B 54 1D 163 54 27
Octal 265 20 35 0 133 124 35 543 124 47
Binary 10110101 10000 11101 0 1011011 1010100 11101 101100011 1010100 100111

Color Harmonies of #B5101D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5101D

Black with #B5101D

Text Example


Text Example

White with #B5101D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5101D; }

 p { color: rgb(181,16,29); }

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

background-color css

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

 a { background-color: rgb(181,16,29); }

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

border-color css

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

 span { border-color: rgb(181,16,29); }

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