Html Css Color HEX #B30229 Venetian Red

📋 copy color: '#B30229'

red 179 ◦ green 2 ◦ blue 41

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

Shades of Venetian Red #B30229

Tints of Venetian Red #B30229

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.9%

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

R = 80.63%
G = 0.9%
B = 18.47%

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

#B30229 (or 0xB30229) is known color: Venetian Red. HEX triplet: B3, 02 and 29. RGB value is (179,2,41). Sum of RGB (Red+Green+Blue) = 179+2+41=222 (29% of max value = 765). Red value is 179 (70.31% from 255 or 80.63% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 41 (16.41% from 255 or 18.47% from 222); Max value from RGB is 179 - color contains mainly: red. Hex color #B30229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30229 is #4CFDD6. Grayscale: #3B3B3B. Windows color (decimal): -5045719 or 2687667. OLE color: 2687667.

HSL color Cylindrical-coordinate representation of color #B30229: hue angle of 346.78º degrees, saturation: 0.98, 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 #B30229 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 2 41 -
CMYK 0 0.99 0.77 0.30
HSL 346.78º 0.98% 0.35% -
HSV(B) 346.78º 0.99% 0.7% -
XYZ 19.01 9.79 2.98 -
YUV 59.37 117.64 213.33 -
System Red Green Blue C M Y K H S L
Decimal 179 2 41 0 0.99 0.77 0.30 346.78 0.98 0.35
Hex B3 2 29 0 63 4D 1E 15B 62 23
Octal 263 2 51 0 143 115 36 533 142 43
Binary 10110011 10 101001 0 1100011 1001101 11110 101011011 1100010 100011

Color Harmonies of #B30229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30229

Black with #B30229

Text Example


Text Example

White with #B30229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30229; }

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

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

background-color css

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

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

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

border-color css

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

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

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