Html Css Color HEX #B30919 Venetian Red

📋 copy color: '#B30919'

red 179 ◦ green 9 ◦ blue 25

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

Shades of Venetian Red #B30919

Tints of Venetian Red #B30919

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.23%

 BLUE value IS 25 (10.16% from 255) = 11.74%

R = 84.04%
G = 4.23%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#B30919 (or 0xB30919) is known color: Venetian Red. HEX triplet: B3, 09 and 19. RGB value is (179,9,25). Sum of RGB (Red+Green+Blue) = 179+9+25=213 (28% of max value = 765). Red value is 179 (70.31% from 255 or 84.04% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 25 (10.16% from 255 or 11.74% from 213); Max value from RGB is 179 - color contains mainly: red. Hex color #B30919 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30919 is #4CF6E6. Grayscale: #3D3D3D. Windows color (decimal): -5043943 or 1640883. OLE color: 1640883.

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

Color convert

RGB 179 9 25 -
CMYK 0 0.95 0.86 0.30
HSL 354.35º 0.9% 0.37% -
HSV(B) 354.35º 0.95% 0.7% -
XYZ 18.86 9.85 1.83 -
YUV 61.65 107.32 211.7 -
System Red Green Blue C M Y K H S L
Decimal 179 9 25 0 0.95 0.86 0.30 354.35 0.9 0.37
Hex B3 9 19 0 5F 56 1E 162 5A 25
Octal 263 11 31 0 137 126 36 542 132 45
Binary 10110011 1001 11001 0 1011111 1010110 11110 101100010 1011010 100101

Color Harmonies of #B30919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30919

Black with #B30919

Text Example


Text Example

White with #B30919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30919; }

 p { color: rgb(179,9,25); }

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

background-color css

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

 a { background-color: rgb(179,9,25); }

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

border-color css

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

 span { border-color: rgb(179,9,25); }

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