Html Css Color HEX #B30718 Venetian Red

📋 copy color: '#B30718'

red 179 ◦ green 7 ◦ blue 24

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

Shades of Venetian Red #B30718

Tints of Venetian Red #B30718

RGB

 RED value IS 179 (70.31% from 255) = 85.24%

 GREEN value IS 7 (3.13% from 255) = 3.33%

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

R = 85.24%
G = 3.33%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B30718 (or 0xB30718) is known color: Venetian Red. HEX triplet: B3, 07 and 18. RGB value is (179,7,24). Sum of RGB (Red+Green+Blue) = 179+7+24=210 (27% of max value = 765). Red value is 179 (70.31% from 255 or 85.24% from 210); Green value is 7 (3.12% from 255 or 3.33% from 210); Blue value is 24 (9.77% from 255 or 11.43% from 210); Max value from RGB is 179 - color contains mainly: red. Hex color #B30718 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30718 is #4CF8E7. Grayscale: #3C3C3C. Windows color (decimal): -5044456 or 1574835. OLE color: 1574835.

HSL color Cylindrical-coordinate representation of color #B30718: hue angle of 354.07º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B30718 is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 7 24 -
CMYK 0 0.96 0.87 0.30
HSL 354.07º 0.92% 0.36% -
HSV(B) 354.07º 0.96% 0.7% -
XYZ 18.83 9.8 1.76 -
YUV 60.37 107.48 212.62 -
System Red Green Blue C M Y K H S L
Decimal 179 7 24 0 0.96 0.87 0.30 354.07 0.92 0.36
Hex B3 7 18 0 60 57 1E 162 5C 24
Octal 263 7 30 0 140 127 36 542 134 44
Binary 10110011 111 11000 0 1100000 1010111 11110 101100010 1011100 100100

Color Harmonies of #B30718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30718

Black with #B30718

Text Example


Text Example

White with #B30718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30718; }

 p { color: rgb(179,7,24); }

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

background-color css

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

 a { background-color: rgb(179,7,24); }

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

border-color css

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

 span { border-color: rgb(179,7,24); }

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