Html Css Color HEX #B30520 Venetian Red

📋 copy color: '#B30520'

red 179 ◦ green 5 ◦ blue 32

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

Shades of Venetian Red #B30520

Tints of Venetian Red #B30520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.81%

R = 82.87%
G = 2.31%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B30520 (or 0xB30520) is known color: Venetian Red. HEX triplet: B3, 05 and 20. RGB value is (179,5,32). Sum of RGB (Red+Green+Blue) = 179+5+32=216 (28% of max value = 765). Red value is 179 (70.31% from 255 or 82.87% from 216); Green value is 5 (2.34% from 255 or 2.31% from 216); Blue value is 32 (12.89% from 255 or 14.81% from 216); Max value from RGB is 179 - color contains mainly: red. Hex color #B30520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30520 is #4CFADF. Grayscale: #3C3C3C. Windows color (decimal): -5044960 or 2098611. OLE color: 2098611.

HSL color Cylindrical-coordinate representation of color #B30520: hue angle of 350.69º 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 #B30520 is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 5 32 -
CMYK 0 0.97 0.82 0.30
HSL 350.69º 0.95% 0.36% -
HSV(B) 350.69º 0.97% 0.7% -
XYZ 18.91 9.8 2.26 -
YUV 60.1 112.15 212.8 -
System Red Green Blue C M Y K H S L
Decimal 179 5 32 0 0.97 0.82 0.30 350.69 0.95 0.36
Hex B3 5 20 0 61 52 1E 15F 5F 24
Octal 263 5 40 0 141 122 36 537 137 44
Binary 10110011 101 100000 0 1100001 1010010 11110 101011111 1011111 100100

Color Harmonies of #B30520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30520

Black with #B30520

Text Example


Text Example

White with #B30520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30520; }

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

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

background-color css

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

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

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

border-color css

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

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

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