Html Css Color HEX #B71020 Venetian Red

📋 copy color: '#B71020'

red 183 ◦ green 16 ◦ blue 32

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

Shades of Venetian Red #B71020

Tints of Venetian Red #B71020

RGB

 RED value IS 183 (71.88% from 255) = 79.22%

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

 BLUE value IS 32 (12.89% from 255) = 13.85%

R = 79.22%
G = 6.93%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B71020 (or 0xB71020) is known color: Venetian Red. HEX triplet: B7, 10 and 20. RGB value is (183,16,32). Sum of RGB (Red+Green+Blue) = 183+16+32=231 (30% of max value = 765). Red value is 183 (71.88% from 255 or 79.22% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 32 (12.89% from 255 or 13.85% from 231); Max value from RGB is 183 - color contains mainly: red. Hex color #B71020 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71020 is #48EFDF. Grayscale: #434343. Windows color (decimal): -4780000 or 2101431. OLE color: 2101431.

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

Color convert

RGB 183 16 32 -
CMYK 0 0.91 0.83 0.28
HSL 354.25º 0.84% 0.39% -
HSV(B) 354.25º 0.91% 0.72% -
XYZ 19.97 10.54 2.35 -
YUV 67.76 107.83 210.2 -
System Red Green Blue C M Y K H S L
Decimal 183 16 32 0 0.91 0.83 0.28 354.25 0.84 0.39
Hex B7 10 20 0 5B 53 1C 162 54 27
Octal 267 20 40 0 133 123 34 542 124 47
Binary 10110111 10000 100000 0 1011011 1010011 11100 101100010 1010100 100111

Color Harmonies of #B71020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71020

Black with #B71020

Text Example


Text Example

White with #B71020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71020; }

 p { color: rgb(183,16,32); }

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

background-color css

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

 a { background-color: rgb(183,16,32); }

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

border-color css

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

 span { border-color: rgb(183,16,32); }

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