Html Css Color HEX #B30829 Venetian Red

📋 copy color: '#B30829'

red 179 ◦ green 8 ◦ blue 41

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

Shades of Venetian Red #B30829

Tints of Venetian Red #B30829

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.51%

 BLUE value IS 41 (16.41% from 255) = 17.98%

R = 78.51%
G = 3.51%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B30829 (or 0xB30829) is known color: Venetian Red. HEX triplet: B3, 08 and 29. RGB value is (179,8,41). Sum of RGB (Red+Green+Blue) = 179+8+41=228 (30% of max value = 765). Red value is 179 (70.31% from 255 or 78.51% from 228); Green value is 8 (3.52% from 255 or 3.51% from 228); Blue value is 41 (16.41% from 255 or 17.98% from 228); Max value from RGB is 179 - color contains mainly: red. Hex color #B30829 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30829 is #4CF7D6. Grayscale: #3E3E3E. Windows color (decimal): -5044183 or 2689203. OLE color: 2689203.

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

Color convert

RGB 179 8 41 -
CMYK 0 0.96 0.77 0.30
HSL 348.42º 0.91% 0.37% -
HSV(B) 348.42º 0.96% 0.7% -
XYZ 19.08 9.92 3.01 -
YUV 62.89 115.65 210.82 -
System Red Green Blue C M Y K H S L
Decimal 179 8 41 0 0.96 0.77 0.30 348.42 0.91 0.37
Hex B3 8 29 0 60 4D 1E 15C 5B 25
Octal 263 10 51 0 140 115 36 534 133 45
Binary 10110011 1000 101001 0 1100000 1001101 11110 101011100 1011011 100101

Color Harmonies of #B30829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30829

Black with #B30829

Text Example


Text Example

White with #B30829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30829; }

 p { color: rgb(179,8,41); }

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

background-color css

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

 a { background-color: rgb(179,8,41); }

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

border-color css

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

 span { border-color: rgb(179,8,41); }

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