Html Css Color HEX #B5071E Venetian Red

📋 copy color: '#B5071E'

red 181 ◦ green 7 ◦ blue 30

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

Shades of Venetian Red #B5071E

Tints of Venetian Red #B5071E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.76%

R = 83.03%
G = 3.21%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B5071E (or 0xB5071E) is known color: Venetian Red. HEX triplet: B5, 07 and 1E. RGB value is (181,7,30). Sum of RGB (Red+Green+Blue) = 181+7+30=218 (28% of max value = 765). Red value is 181 (71.09% from 255 or 83.03% from 218); Green value is 7 (3.12% from 255 or 3.21% from 218); Blue value is 30 (12.11% from 255 or 13.76% from 218); Max value from RGB is 181 - color contains mainly: red. Hex color #B5071E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5071E is #4AF8E1. Grayscale: #3D3D3D. Windows color (decimal): -4913378 or 1968053. OLE color: 1968053.

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

Color convert

RGB 181 7 30 -
CMYK 0 0.96 0.83 0.29
HSL 352.07º 0.93% 0.37% -
HSV(B) 352.07º 0.96% 0.71% -
XYZ 19.37 10.07 2.15 -
YUV 61.65 110.15 213.13 -
System Red Green Blue C M Y K H S L
Decimal 181 7 30 0 0.96 0.83 0.29 352.07 0.93 0.37
Hex B5 7 1E 0 60 53 1D 160 5D 25
Octal 265 7 36 0 140 123 35 540 135 45
Binary 10110101 111 11110 0 1100000 1010011 11101 101100000 1011101 100101

Color Harmonies of #B5071E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5071E

Black with #B5071E

Text Example


Text Example

White with #B5071E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5071E; }

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

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

background-color css

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

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

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

border-color css

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

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

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