Html Css Color HEX #B30513 Venetian Red

📋 copy color: '#B30513'

red 179 ◦ green 5 ◦ blue 19

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

Shades of Venetian Red #B30513

Tints of Venetian Red #B30513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.36%

R = 88.18%
G = 2.46%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B30513 (or 0xB30513) is known color: Venetian Red. HEX triplet: B3, 05 and 13. RGB value is (179,5,19). Sum of RGB (Red+Green+Blue) = 179+5+19=203 (26% of max value = 765). Red value is 179 (70.31% from 255 or 88.18% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 19 (7.81% from 255 or 9.36% from 203); Max value from RGB is 179 - color contains mainly: red. Hex color #B30513 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30513 is #4CFAEC. Grayscale: #3A3A3A. Windows color (decimal): -5044973 or 1246643. OLE color: 1246643.

HSL color Cylindrical-coordinate representation of color #B30513: hue angle of 355.17º 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 #B30513 is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 5 19 -
CMYK 0 0.97 0.89 0.30
HSL 355.17º 0.95% 0.36% -
HSV(B) 355.17º 0.97% 0.7% -
XYZ 18.76 9.74 1.51 -
YUV 58.62 105.65 213.86 -
System Red Green Blue C M Y K H S L
Decimal 179 5 19 0 0.97 0.89 0.30 355.17 0.95 0.36
Hex B3 5 13 0 61 59 1E 163 5F 24
Octal 263 5 23 0 141 131 36 543 137 44
Binary 10110011 101 10011 0 1100001 1011001 11110 101100011 1011111 100100

Color Harmonies of #B30513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30513

Black with #B30513

Text Example


Text Example

White with #B30513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30513; }

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

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

background-color css

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

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

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

border-color css

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

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

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