Html Css Color HEX #B30522 Venetian Red

📋 copy color: '#B30522'

red 179 ◦ green 5 ◦ blue 34

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

Shades of Venetian Red #B30522

Tints of Venetian Red #B30522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 15.6%

R = 82.11%
G = 2.29%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B30522 (or 0xB30522) is known color: Venetian Red. HEX triplet: B3, 05 and 22. RGB value is (179,5,34). Sum of RGB (Red+Green+Blue) = 179+5+34=218 (28% of max value = 765). Red value is 179 (70.31% from 255 or 82.11% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 34 (13.67% from 255 or 15.60% from 218); Max value from RGB is 179 - color contains mainly: red. Hex color #B30522 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30522 is #4CFADD. Grayscale: #3C3C3C. Windows color (decimal): -5044958 or 2229683. OLE color: 2229683.

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

Color convert

RGB 179 5 34 -
CMYK 0 0.97 0.81 0.30
HSL 350º 0.95% 0.36% -
HSV(B) 350º 0.97% 0.7% -
XYZ 18.93 9.81 2.41 -
YUV 60.33 113.15 212.64 -
System Red Green Blue C M Y K H S L
Decimal 179 5 34 0 0.97 0.81 0.30 350 0.95 0.36
Hex B3 5 22 0 61 51 1E 15E 5F 24
Octal 263 5 42 0 141 121 36 536 137 44
Binary 10110011 101 100010 0 1100001 1010001 11110 101011110 1011111 100100

Color Harmonies of #B30522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30522

Black with #B30522

Text Example


Text Example

White with #B30522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30522; }

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

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

background-color css

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

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

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

border-color css

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

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

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