Html Css Color HEX #B30917 Venetian Red

📋 copy color: '#B30917'

red 179 ◦ green 9 ◦ blue 23

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

Shades of Venetian Red #B30917

Tints of Venetian Red #B30917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.9%

R = 84.83%
G = 4.27%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B30917 (or 0xB30917) is known color: Venetian Red. HEX triplet: B3, 09 and 17. RGB value is (179,9,23). Sum of RGB (Red+Green+Blue) = 179+9+23=211 (27% of max value = 765). Red value is 179 (70.31% from 255 or 84.83% from 211); Green value is 9 (3.91% from 255 or 4.27% from 211); Blue value is 23 (9.38% from 255 or 10.90% from 211); Max value from RGB is 179 - color contains mainly: red. Hex color #B30917 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30917 is #4CF6E8. Grayscale: #3D3D3D. Windows color (decimal): -5043945 or 1509811. OLE color: 1509811.

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

Color convert

RGB 179 9 23 -
CMYK 0 0.95 0.87 0.30
HSL 355.06º 0.9% 0.37% -
HSV(B) 355.06º 0.95% 0.7% -
XYZ 18.84 9.84 1.72 -
YUV 61.43 106.32 211.86 -
System Red Green Blue C M Y K H S L
Decimal 179 9 23 0 0.95 0.87 0.30 355.06 0.9 0.37
Hex B3 9 17 0 5F 57 1E 163 5A 25
Octal 263 11 27 0 137 127 36 543 132 45
Binary 10110011 1001 10111 0 1011111 1010111 11110 101100011 1011010 100101

Color Harmonies of #B30917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30917

Black with #B30917

Text Example


Text Example

White with #B30917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30917; }

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

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

background-color css

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

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

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

border-color css

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

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

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