Html Css Color HEX #B7071C Venetian Red

📋 copy color: '#B7071C'

red 183 ◦ green 7 ◦ blue 28

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

Shades of Venetian Red #B7071C

Tints of Venetian Red #B7071C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.84%

R = 83.94%
G = 3.21%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B7071C (or 0xB7071C) is known color: Venetian Red. HEX triplet: B7, 07 and 1C. RGB value is (183,7,28). Sum of RGB (Red+Green+Blue) = 183+7+28=218 (28% of max value = 765). Red value is 183 (71.88% from 255 or 83.94% from 218); Green value is 7 (3.12% from 255 or 3.21% from 218); Blue value is 28 (11.33% from 255 or 12.84% from 218); Max value from RGB is 183 - color contains mainly: red. Hex color #B7071C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7071C is #48F8E3. Grayscale: #3E3E3E. Windows color (decimal): -4782308 or 1836983. OLE color: 1836983.

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

Color convert

RGB 183 7 28 -
CMYK 0 0.96 0.85 0.28
HSL 352.84º 0.93% 0.37% -
HSV(B) 352.84º 0.96% 0.72% -
XYZ 19.81 10.3 2.04 -
YUV 62.02 108.81 214.29 -
System Red Green Blue C M Y K H S L
Decimal 183 7 28 0 0.96 0.85 0.28 352.84 0.93 0.37
Hex B7 7 1C 0 60 55 1C 161 5D 25
Octal 267 7 34 0 140 125 34 541 135 45
Binary 10110111 111 11100 0 1100000 1010101 11100 101100001 1011101 100101

Color Harmonies of #B7071C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7071C

Black with #B7071C

Text Example


Text Example

White with #B7071C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7071C; }

 p { color: rgb(183,7,28); }

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

background-color css

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

 a { background-color: rgb(183,7,28); }

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

border-color css

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

 span { border-color: rgb(183,7,28); }

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