Html Css Color HEX #B70415 Venetian Red

📋 copy color: '#B70415'

red 183 ◦ green 4 ◦ blue 21

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

Shades of Venetian Red #B70415

Tints of Venetian Red #B70415

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.92%

 BLUE value IS 21 (8.59% from 255) = 10.1%

R = 87.98%
G = 1.92%
B = 10.1%

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

#B70415 (or 0xB70415) is known color: Venetian Red. HEX triplet: B7, 04 and 15. RGB value is (183,4,21). Sum of RGB (Red+Green+Blue) = 183+4+21=208 (27% of max value = 765). Red value is 183 (71.88% from 255 or 87.98% from 208); Green value is 4 (1.95% from 255 or 1.92% from 208); Blue value is 21 (8.59% from 255 or 10.10% from 208); Max value from RGB is 183 - color contains mainly: red. Hex color #B70415 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70415 is #48FBEA. Grayscale: #3B3B3B. Windows color (decimal): -4783083 or 1377463. OLE color: 1377463.

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

Color convert

RGB 183 4 21 -
CMYK 0 0.98 0.89 0.28
HSL 354.3º 0.96% 0.37% -
HSV(B) 354.3º 0.98% 0.72% -
XYZ 19.71 10.21 1.64 -
YUV 59.46 106.3 216.12 -
System Red Green Blue C M Y K H S L
Decimal 183 4 21 0 0.98 0.89 0.28 354.3 0.96 0.37
Hex B7 4 15 0 62 59 1C 162 60 25
Octal 267 4 25 0 142 131 34 542 140 45
Binary 10110111 100 10101 0 1100010 1011001 11100 101100010 1100000 100101

Color Harmonies of #B70415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70415

Black with #B70415

Text Example


Text Example

White with #B70415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70415; }

 p { color: rgb(183,4,21); }

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

background-color css

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

 a { background-color: rgb(183,4,21); }

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

border-color css

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

 span { border-color: rgb(183,4,21); }

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