Html Css Color HEX #B30722 Venetian Red

📋 copy color: '#B30722'

red 179 ◦ green 7 ◦ blue 34

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

Shades of Venetian Red #B30722

Tints of Venetian Red #B30722

RGB

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

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

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

R = 81.36%
G = 3.18%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B30722 (or 0xB30722) is known color: Venetian Red. HEX triplet: B3, 07 and 22. RGB value is (179,7,34). Sum of RGB (Red+Green+Blue) = 179+7+34=220 (29% of max value = 765). Red value is 179 (70.31% from 255 or 81.36% from 220); Green value is 7 (3.12% from 255 or 3.18% from 220); Blue value is 34 (13.67% from 255 or 15.45% from 220); Max value from RGB is 179 - color contains mainly: red. Hex color #B30722 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30722 is #4CF8DD. Grayscale: #3D3D3D. Windows color (decimal): -5044446 or 2230195. OLE color: 2230195.

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

Color convert

RGB 179 7 34 -
CMYK 0 0.96 0.81 0.30
HSL 350.58º 0.92% 0.36% -
HSV(B) 350.58º 0.96% 0.7% -
XYZ 18.96 9.85 2.42 -
YUV 61.51 112.48 211.8 -
System Red Green Blue C M Y K H S L
Decimal 179 7 34 0 0.96 0.81 0.30 350.58 0.92 0.36
Hex B3 7 22 0 60 51 1E 15F 5C 24
Octal 263 7 42 0 140 121 36 537 134 44
Binary 10110011 111 100010 0 1100000 1010001 11110 101011111 1011100 100100

Color Harmonies of #B30722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30722

Black with #B30722

Text Example


Text Example

White with #B30722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30722; }

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

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

background-color css

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

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

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

border-color css

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

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

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