Html Css Color HEX #B30518 Venetian Red

📋 copy color: '#B30518'

red 179 ◦ green 5 ◦ blue 24

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

Shades of Venetian Red #B30518

Tints of Venetian Red #B30518

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.4%

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

R = 86.06%
G = 2.4%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B30518 (or 0xB30518) is known color: Venetian Red. HEX triplet: B3, 05 and 18. RGB value is (179,5,24). Sum of RGB (Red+Green+Blue) = 179+5+24=208 (27% of max value = 765). Red value is 179 (70.31% from 255 or 86.06% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 24 (9.77% from 255 or 11.54% from 208); Max value from RGB is 179 - color contains mainly: red. Hex color #B30518 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30518 is #4CFAE7. Grayscale: #3B3B3B. Windows color (decimal): -5044968 or 1574323. OLE color: 1574323.

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

Color convert

RGB 179 5 24 -
CMYK 0 0.97 0.87 0.30
HSL 353.45º 0.95% 0.36% -
HSV(B) 353.45º 0.97% 0.7% -
XYZ 18.81 9.76 1.76 -
YUV 59.19 108.15 213.46 -
System Red Green Blue C M Y K H S L
Decimal 179 5 24 0 0.97 0.87 0.30 353.45 0.95 0.36
Hex B3 5 18 0 61 57 1E 161 5F 24
Octal 263 5 30 0 141 127 36 541 137 44
Binary 10110011 101 11000 0 1100001 1010111 11110 101100001 1011111 100100

Color Harmonies of #B30518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30518

Black with #B30518

Text Example


Text Example

White with #B30518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30518; }

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

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

background-color css

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

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

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

border-color css

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

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

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