Html Css Color HEX #B70218 Venetian Red

📋 copy color: '#B70218'

red 183 ◦ green 2 ◦ blue 24

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

Shades of Venetian Red #B70218

Tints of Venetian Red #B70218

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.96%

 BLUE value IS 24 (9.77% from 255) = 11.48%

R = 87.56%
G = 0.96%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#B70218 (or 0xB70218) is known color: Venetian Red. HEX triplet: B7, 02 and 18. RGB value is (183,2,24). Sum of RGB (Red+Green+Blue) = 183+2+24=209 (27% of max value = 765). Red value is 183 (71.88% from 255 or 87.56% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 24 (9.77% from 255 or 11.48% from 209); Max value from RGB is 183 - color contains mainly: red. Hex color #B70218 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70218 is #48FDE7. Grayscale: #3A3A3A. Windows color (decimal): -4783592 or 1573559. OLE color: 1573559.

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

Color convert

RGB 183 2 24 -
CMYK 0 0.99 0.87 0.28
HSL 352.71º 0.98% 0.36% -
HSV(B) 352.71º 0.99% 0.72% -
XYZ 19.72 10.18 1.79 -
YUV 58.63 108.47 216.71 -
System Red Green Blue C M Y K H S L
Decimal 183 2 24 0 0.99 0.87 0.28 352.71 0.98 0.36
Hex B7 2 18 0 63 57 1C 161 62 24
Octal 267 2 30 0 143 127 34 541 142 44
Binary 10110111 10 11000 0 1100011 1010111 11100 101100001 1100010 100100

Color Harmonies of #B70218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70218

Black with #B70218

Text Example


Text Example

White with #B70218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70218; }

 p { color: rgb(183,2,24); }

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

background-color css

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

 a { background-color: rgb(183,2,24); }

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

border-color css

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

 span { border-color: rgb(183,2,24); }

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