Html Css Color HEX #B70022 Venetian Red

📋 copy color: '#B70022'

red 183 ◦ green 0 ◦ blue 34

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

Shades of Venetian Red #B70022

Tints of Venetian Red #B70022

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 34 (13.67% from 255) = 15.67%

R = 84.33%
G = 0%
B = 15.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.28

RGB Variations

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

Color information

#B70022 (or 0xB70022) is known color: Venetian Red. HEX triplet: B7, 00 and 22. RGB value is (183,0,34). Sum of RGB (Red+Green+Blue) = 183+0+34=217 (28% of max value = 765). Red value is 183 (71.88% from 255 or 84.33% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 34 (13.67% from 255 or 15.67% from 217); Max value from RGB is 183 - color contains mainly: red. Hex color #B70022 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70022 is #48FFDD. Grayscale: #3A3A3A. Windows color (decimal): -4784094 or 2228407. OLE color: 2228407.

HSL color Cylindrical-coordinate representation of color #B70022: hue angle of 348.85º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B70022 is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 0 34 -
CMYK 0 1 0.81 0.28
HSL 348.85º 1% 0.36% -
HSV(B) 348.85º 1% 0.72% -
XYZ 19.82 10.18 2.43 -
YUV 58.59 114.13 216.74 -
System Red Green Blue C M Y K H S L
Decimal 183 0 34 0 1 0.81 0.28 348.85 1 0.36
Hex B7 0 22 0 64 51 1C 15D 64 24
Octal 267 0 42 0 144 121 34 535 144 44
Binary 10110111 0 100010 0 1100100 1010001 11100 101011101 1100100 100100

Color Harmonies of #B70022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70022

Black with #B70022

Text Example


Text Example

White with #B70022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70022; }

 p { color: rgb(183,0,34); }

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

background-color css

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

 a { background-color: rgb(183,0,34); }

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

border-color css

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

 span { border-color: rgb(183,0,34); }

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