Html Css Color HEX #B5071B Venetian Red

📋 copy color: '#B5071B'

red 181 ◦ green 7 ◦ blue 27

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

Shades of Venetian Red #B5071B

Tints of Venetian Red #B5071B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.26%

 BLUE value IS 27 (10.94% from 255) = 12.56%

R = 84.19%
G = 3.26%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B5071B (or 0xB5071B) is known color: Venetian Red. HEX triplet: B5, 07 and 1B. RGB value is (181,7,27). Sum of RGB (Red+Green+Blue) = 181+7+27=215 (28% of max value = 765). Red value is 181 (71.09% from 255 or 84.19% from 215); Green value is 7 (3.12% from 255 or 3.26% from 215); Blue value is 27 (10.94% from 255 or 12.56% from 215); Max value from RGB is 181 - color contains mainly: red. Hex color #B5071B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5071B is #4AF8E4. Grayscale: #3D3D3D. Windows color (decimal): -4913381 or 1771445. OLE color: 1771445.

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

Color convert

RGB 181 7 27 -
CMYK 0 0.96 0.85 0.29
HSL 353.1º 0.93% 0.37% -
HSV(B) 353.1º 0.96% 0.71% -
XYZ 19.33 10.05 1.96 -
YUV 61.31 108.65 213.37 -
System Red Green Blue C M Y K H S L
Decimal 181 7 27 0 0.96 0.85 0.29 353.1 0.93 0.37
Hex B5 7 1B 0 60 55 1D 161 5D 25
Octal 265 7 33 0 140 125 35 541 135 45
Binary 10110101 111 11011 0 1100000 1010101 11101 101100001 1011101 100101

Color Harmonies of #B5071B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5071B

Black with #B5071B

Text Example


Text Example

White with #B5071B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5071B; }

 p { color: rgb(181,7,27); }

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

background-color css

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

 a { background-color: rgb(181,7,27); }

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

border-color css

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

 span { border-color: rgb(181,7,27); }

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