Html Css Color HEX #B30928 Venetian Red

📋 copy color: '#B30928'

red 179 ◦ green 9 ◦ blue 40

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

Shades of Venetian Red #B30928

Tints of Venetian Red #B30928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.54%

R = 78.51%
G = 3.95%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B30928 (or 0xB30928) is known color: Venetian Red. HEX triplet: B3, 09 and 28. RGB value is (179,9,40). Sum of RGB (Red+Green+Blue) = 179+9+40=228 (30% of max value = 765). Red value is 179 (70.31% from 255 or 78.51% from 228); Green value is 9 (3.91% from 255 or 3.95% from 228); Blue value is 40 (16.02% from 255 or 17.54% from 228); Max value from RGB is 179 - color contains mainly: red. Hex color #B30928 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30928 is #4CF6D7. Grayscale: #3F3F3F. Windows color (decimal): -5043928 or 2623923. OLE color: 2623923.

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

Color convert

RGB 179 9 40 -
CMYK 0 0.95 0.78 0.30
HSL 349.06º 0.9% 0.37% -
HSV(B) 349.06º 0.95% 0.7% -
XYZ 19.07 9.93 2.92 -
YUV 63.36 114.82 210.48 -
System Red Green Blue C M Y K H S L
Decimal 179 9 40 0 0.95 0.78 0.30 349.06 0.9 0.37
Hex B3 9 28 0 5F 4E 1E 15D 5A 25
Octal 263 11 50 0 137 116 36 535 132 45
Binary 10110011 1001 101000 0 1011111 1001110 11110 101011101 1011010 100101

Color Harmonies of #B30928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30928

Black with #B30928

Text Example


Text Example

White with #B30928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30928; }

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

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

background-color css

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

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

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

border-color css

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

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

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