Html Css Color HEX #B30129 Venetian Red

📋 copy color: '#B30129'

red 179 ◦ green 1 ◦ blue 41

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

Shades of Venetian Red #B30129

Tints of Venetian Red #B30129

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

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

R = 81%
G = 0.45%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B30129 (or 0xB30129) is known color: Venetian Red. HEX triplet: B3, 01 and 29. RGB value is (179,1,41). Sum of RGB (Red+Green+Blue) = 179+1+41=221 (29% of max value = 765). Red value is 179 (70.31% from 255 or 81.00% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 41 (16.41% from 255 or 18.55% from 221); Max value from RGB is 179 - color contains mainly: red. Hex color #B30129 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30129 is #4CFED6. Grayscale: #3A3A3A. Windows color (decimal): -5045975 or 2687411. OLE color: 2687411.

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

Color convert

RGB 179 1 41 -
CMYK 0 0.99 0.77 0.30
HSL 346.52º 0.99% 0.35% -
HSV(B) 346.52º 0.99% 0.7% -
XYZ 19 9.77 2.98 -
YUV 58.78 117.97 213.75 -
System Red Green Blue C M Y K H S L
Decimal 179 1 41 0 0.99 0.77 0.30 346.52 0.99 0.35
Hex B3 1 29 0 63 4D 1E 15B 63 23
Octal 263 1 51 0 143 115 36 533 143 43
Binary 10110011 1 101001 0 1100011 1001101 11110 101011011 1100011 100011

Color Harmonies of #B30129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30129

Black with #B30129

Text Example


Text Example

White with #B30129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30129; }

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

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

background-color css

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

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

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

border-color css

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

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

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