Html Css Color HEX #B70018 Venetian Red

📋 copy color: '#B70018'

red 183 ◦ green 0 ◦ blue 24

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

Shades of Venetian Red #B70018

Tints of Venetian Red #B70018

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 88.41%
G = 0%
B = 11.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#B70018 (or 0xB70018) is known color: Venetian Red. HEX triplet: B7, 00 and 18. RGB value is (183,0,24). Sum of RGB (Red+Green+Blue) = 183+0+24=207 (27% of max value = 765). Red value is 183 (71.88% from 255 or 88.41% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 24 (9.77% from 255 or 11.59% from 207); Max value from RGB is 183 - color contains mainly: red. Hex color #B70018 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70018 is #48FFE7. Grayscale: #393939. Windows color (decimal): -4784104 or 1573047. OLE color: 1573047.

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

Color convert

RGB 183 0 24 -
CMYK 0 1 0.87 0.28
HSL 352.13º 1% 0.36% -
HSV(B) 352.13º 1% 0.72% -
XYZ 19.69 10.13 1.78 -
YUV 57.45 109.13 217.55 -
System Red Green Blue C M Y K H S L
Decimal 183 0 24 0 1 0.87 0.28 352.13 1 0.36
Hex B7 0 18 0 64 57 1C 160 64 24
Octal 267 0 30 0 144 127 34 540 144 44
Binary 10110111 0 11000 0 1100100 1010111 11100 101100000 1100100 100100

Color Harmonies of #B70018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70018

Black with #B70018

Text Example


Text Example

White with #B70018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70018; }

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

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

background-color css

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

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

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

border-color css

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

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

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