Html Css Color HEX #B70320 Venetian Red

📋 copy color: '#B70320'

red 183 ◦ green 3 ◦ blue 32

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

Shades of Venetian Red #B70320

Tints of Venetian Red #B70320

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.38%

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

R = 83.94%
G = 1.38%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B70320 (or 0xB70320) is known color: Venetian Red. HEX triplet: B7, 03 and 20. RGB value is (183,3,32). Sum of RGB (Red+Green+Blue) = 183+3+32=218 (28% of max value = 765). Red value is 183 (71.88% from 255 or 83.94% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 32 (12.89% from 255 or 14.68% from 218); Max value from RGB is 183 - color contains mainly: red. Hex color #B70320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70320 is #48FCDF. Grayscale: #3C3C3C. Windows color (decimal): -4783328 or 2098103. OLE color: 2098103.

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

Color convert

RGB 183 3 32 -
CMYK 0 0.98 0.83 0.28
HSL 350.33º 0.97% 0.36% -
HSV(B) 350.33º 0.98% 0.72% -
XYZ 19.82 10.24 2.3 -
YUV 60.13 112.13 215.64 -
System Red Green Blue C M Y K H S L
Decimal 183 3 32 0 0.98 0.83 0.28 350.33 0.97 0.36
Hex B7 3 20 0 62 53 1C 15E 61 24
Octal 267 3 40 0 142 123 34 536 141 44
Binary 10110111 11 100000 0 1100010 1010011 11100 101011110 1100001 100100

Color Harmonies of #B70320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70320

Black with #B70320

Text Example


Text Example

White with #B70320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70320; }

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

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

background-color css

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

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

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

border-color css

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

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

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