Html Css Color HEX #B30529 Venetian Red

📋 copy color: '#B30529'

red 179 ◦ green 5 ◦ blue 41

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

Shades of Venetian Red #B30529

Tints of Venetian Red #B30529

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.22%

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

R = 79.56%
G = 2.22%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B30529 (or 0xB30529) is known color: Venetian Red. HEX triplet: B3, 05 and 29. RGB value is (179,5,41). Sum of RGB (Red+Green+Blue) = 179+5+41=225 (29% of max value = 765). Red value is 179 (70.31% from 255 or 79.56% from 225); Green value is 5 (2.34% from 255 or 2.22% from 225); Blue value is 41 (16.41% from 255 or 18.22% from 225); Max value from RGB is 179 - color contains mainly: red. Hex color #B30529 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30529 is #4CFAD6. Grayscale: #3D3D3D. Windows color (decimal): -5044951 or 2688435. OLE color: 2688435.

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

Color convert

RGB 179 5 41 -
CMYK 0 0.97 0.77 0.30
HSL 347.59º 0.95% 0.36% -
HSV(B) 347.59º 0.97% 0.7% -
XYZ 19.04 9.85 3 -
YUV 61.13 116.65 212.07 -
System Red Green Blue C M Y K H S L
Decimal 179 5 41 0 0.97 0.77 0.30 347.59 0.95 0.36
Hex B3 5 29 0 61 4D 1E 15C 5F 24
Octal 263 5 51 0 141 115 36 534 137 44
Binary 10110011 101 101001 0 1100001 1001101 11110 101011100 1011111 100100

Color Harmonies of #B30529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30529

Black with #B30529

Text Example


Text Example

White with #B30529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30529; }

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

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

background-color css

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

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

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

border-color css

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

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

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