Html Css Color HEX #B70314 Venetian Red

📋 copy color: '#B70314'

red 183 ◦ green 3 ◦ blue 20

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

Shades of Venetian Red #B70314

Tints of Venetian Red #B70314

RGB

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

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

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

R = 88.83%
G = 1.46%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B70314 (or 0xB70314) is known color: Venetian Red. HEX triplet: B7, 03 and 14. RGB value is (183,3,20). Sum of RGB (Red+Green+Blue) = 183+3+20=206 (27% of max value = 765). Red value is 183 (71.88% from 255 or 88.83% from 206); Green value is 3 (1.56% from 255 or 1.46% from 206); Blue value is 20 (8.20% from 255 or 9.71% from 206); Max value from RGB is 183 - color contains mainly: red. Hex color #B70314 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70314 is #48FCEB. Grayscale: #3A3A3A. Windows color (decimal): -4783340 or 1311671. OLE color: 1311671.

HSL color Cylindrical-coordinate representation of color #B70314: hue angle of 354.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 #B70314 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 3 20 -
CMYK 0 0.98 0.89 0.28
HSL 354.33º 0.97% 0.36% -
HSV(B) 354.33º 0.98% 0.72% -
XYZ 19.69 10.18 1.59 -
YUV 58.76 106.13 216.62 -
System Red Green Blue C M Y K H S L
Decimal 183 3 20 0 0.98 0.89 0.28 354.33 0.97 0.36
Hex B7 3 14 0 62 59 1C 162 61 24
Octal 267 3 24 0 142 131 34 542 141 44
Binary 10110111 11 10100 0 1100010 1011001 11100 101100010 1100001 100100

Color Harmonies of #B70314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70314

Black with #B70314

Text Example


Text Example

White with #B70314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70314; }

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

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

background-color css

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

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

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

border-color css

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

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

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