Html Css Color HEX #B30720 Venetian Red

📋 copy color: '#B30720'

red 179 ◦ green 7 ◦ blue 32

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

Shades of Venetian Red #B30720

Tints of Venetian Red #B30720

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.21%

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

R = 82.11%
G = 3.21%
B = 14.68%

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

#B30720 (or 0xB30720) is known color: Venetian Red. HEX triplet: B3, 07 and 20. RGB value is (179,7,32). Sum of RGB (Red+Green+Blue) = 179+7+32=218 (28% of max value = 765). Red value is 179 (70.31% from 255 or 82.11% from 218); Green value is 7 (3.12% from 255 or 3.21% from 218); Blue value is 32 (12.89% from 255 or 14.68% from 218); Max value from RGB is 179 - color contains mainly: red. Hex color #B30720 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30720 is #4CF8DF. Grayscale: #3D3D3D. Windows color (decimal): -5044448 or 2099123. OLE color: 2099123.

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

Color convert

RGB 179 7 32 -
CMYK 0 0.96 0.82 0.30
HSL 351.28º 0.92% 0.36% -
HSV(B) 351.28º 0.96% 0.7% -
XYZ 18.93 9.84 2.27 -
YUV 61.28 111.48 211.97 -
System Red Green Blue C M Y K H S L
Decimal 179 7 32 0 0.96 0.82 0.30 351.28 0.92 0.36
Hex B3 7 20 0 60 52 1E 15F 5C 24
Octal 263 7 40 0 140 122 36 537 134 44
Binary 10110011 111 100000 0 1100000 1010010 11110 101011111 1011100 100100

Color Harmonies of #B30720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30720

Black with #B30720

Text Example


Text Example

White with #B30720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30720; }

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

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

background-color css

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

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

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

border-color css

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

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

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