Html Css Color HEX #B70614 Venetian Red

📋 copy color: '#B70614'

red 183 ◦ green 6 ◦ blue 20

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

Shades of Venetian Red #B70614

Tints of Venetian Red #B70614

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.87%

 BLUE value IS 20 (8.2% from 255) = 9.57%

R = 87.56%
G = 2.87%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B70614 (or 0xB70614) is known color: Venetian Red. HEX triplet: B7, 06 and 14. RGB value is (183,6,20). Sum of RGB (Red+Green+Blue) = 183+6+20=209 (27% of max value = 765). Red value is 183 (71.88% from 255 or 87.56% from 209); Green value is 6 (2.73% from 255 or 2.87% from 209); Blue value is 20 (8.20% from 255 or 9.57% from 209); Max value from RGB is 183 - color contains mainly: red. Hex color #B70614 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70614 is #48F9EB. Grayscale: #3C3C3C. Windows color (decimal): -4782572 or 1312439. OLE color: 1312439.

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

Color convert

RGB 183 6 20 -
CMYK 0 0.97 0.89 0.28
HSL 355.25º 0.94% 0.37% -
HSV(B) 355.25º 0.97% 0.72% -
XYZ 19.72 10.25 1.6 -
YUV 60.52 105.14 215.36 -
System Red Green Blue C M Y K H S L
Decimal 183 6 20 0 0.97 0.89 0.28 355.25 0.94 0.37
Hex B7 6 14 0 61 59 1C 163 5E 25
Octal 267 6 24 0 141 131 34 543 136 45
Binary 10110111 110 10100 0 1100001 1011001 11100 101100011 1011110 100101

Color Harmonies of #B70614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70614

Black with #B70614

Text Example


Text Example

White with #B70614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70614; }

 p { color: rgb(183,6,20); }

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

background-color css

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

 a { background-color: rgb(183,6,20); }

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

border-color css

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

 span { border-color: rgb(183,6,20); }

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