Html Css Color HEX #B70319 Venetian Red

📋 copy color: '#B70319'

red 183 ◦ green 3 ◦ blue 25

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

Shades of Venetian Red #B70319

Tints of Venetian Red #B70319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.85%

R = 86.73%
G = 1.42%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B70319 (or 0xB70319) is known color: Venetian Red. HEX triplet: B7, 03 and 19. RGB value is (183,3,25). Sum of RGB (Red+Green+Blue) = 183+3+25=211 (27% of max value = 765). Red value is 183 (71.88% from 255 or 86.73% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 25 (10.16% from 255 or 11.85% from 211); Max value from RGB is 183 - color contains mainly: red. Hex color #B70319 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70319 is #48FCE6. Grayscale: #3B3B3B. Windows color (decimal): -4783335 or 1639351. OLE color: 1639351.

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

Color convert

RGB 183 3 25 -
CMYK 0 0.98 0.86 0.28
HSL 352.67º 0.97% 0.36% -
HSV(B) 352.67º 0.98% 0.72% -
XYZ 19.74 10.2 1.85 -
YUV 59.33 108.63 216.21 -
System Red Green Blue C M Y K H S L
Decimal 183 3 25 0 0.98 0.86 0.28 352.67 0.97 0.36
Hex B7 3 19 0 62 56 1C 161 61 24
Octal 267 3 31 0 142 126 34 541 141 44
Binary 10110111 11 11001 0 1100010 1010110 11100 101100001 1100001 100100

Color Harmonies of #B70319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70319

Black with #B70319

Text Example


Text Example

White with #B70319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70319; }

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

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

background-color css

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

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

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

border-color css

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

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

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