Html Css Color HEX #B30820 Venetian Red

📋 copy color: '#B30820'

red 179 ◦ green 8 ◦ blue 32

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

Shades of Venetian Red #B30820

Tints of Venetian Red #B30820

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.65%

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

R = 81.74%
G = 3.65%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B30820 (or 0xB30820) is known color: Venetian Red. HEX triplet: B3, 08 and 20. RGB value is (179,8,32). Sum of RGB (Red+Green+Blue) = 179+8+32=219 (29% of max value = 765). Red value is 179 (70.31% from 255 or 81.74% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 32 (12.89% from 255 or 14.61% from 219); Max value from RGB is 179 - color contains mainly: red. Hex color #B30820 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30820 is #4CF7DF. Grayscale: #3D3D3D. Windows color (decimal): -5044192 or 2099379. OLE color: 2099379.

HSL color Cylindrical-coordinate representation of color #B30820: hue angle of 351.58º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B30820 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 8 32 -
CMYK 0 0.96 0.82 0.30
HSL 351.58º 0.91% 0.37% -
HSV(B) 351.58º 0.96% 0.7% -
XYZ 18.94 9.86 2.27 -
YUV 61.87 111.15 211.55 -
System Red Green Blue C M Y K H S L
Decimal 179 8 32 0 0.96 0.82 0.30 351.58 0.91 0.37
Hex B3 8 20 0 60 52 1E 160 5B 25
Octal 263 10 40 0 140 122 36 540 133 45
Binary 10110011 1000 100000 0 1100000 1010010 11110 101100000 1011011 100101

Color Harmonies of #B30820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30820

Black with #B30820

Text Example


Text Example

White with #B30820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30820; }

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

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

background-color css

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

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

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

border-color css

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

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

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