Html Css Color HEX #B41322 Venetian Red

📋 copy color: '#B41322'

red 180 ◦ green 19 ◦ blue 34

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

Shades of Venetian Red #B41322

Tints of Venetian Red #B41322

RGB

 RED value IS 180 (70.7% from 255) = 77.25%

 GREEN value IS 19 (7.81% from 255) = 8.15%

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

R = 77.25%
G = 8.15%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B41322 (or 0xB41322) is known color: Venetian Red. HEX triplet: B4, 13 and 22. RGB value is (180,19,34). Sum of RGB (Red+Green+Blue) = 180+19+34=233 (30% of max value = 765). Red value is 180 (70.70% from 255 or 77.25% from 233); Green value is 19 (7.81% from 255 or 8.15% from 233); Blue value is 34 (13.67% from 255 or 14.59% from 233); Max value from RGB is 180 - color contains mainly: red. Hex color #B41322 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41322 is #4BECDD. Grayscale: #444444. Windows color (decimal): -4975838 or 2233268. OLE color: 2233268.

HSL color Cylindrical-coordinate representation of color #B41322: hue angle of 354.41º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B41322 is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 19 34 -
CMYK 0 0.89 0.81 0.29
HSL 354.41º 0.81% 0.39% -
HSV(B) 354.41º 0.89% 0.71% -
XYZ 19.34 10.28 2.48 -
YUV 68.85 108.34 207.28 -
System Red Green Blue C M Y K H S L
Decimal 180 19 34 0 0.89 0.81 0.29 354.41 0.81 0.39
Hex B4 13 22 0 59 51 1D 162 51 27
Octal 264 23 42 0 131 121 35 542 121 47
Binary 10110100 10011 100010 0 1011001 1010001 11101 101100010 1010001 100111

Color Harmonies of #B41322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41322

Black with #B41322

Text Example


Text Example

White with #B41322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41322; }

 p { color: rgb(180,19,34); }

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

background-color css

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

 a { background-color: rgb(180,19,34); }

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

border-color css

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

 span { border-color: rgb(180,19,34); }

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