Html Css Color HEX #B41122 Venetian Red

📋 copy color: '#B41122'

red 180 ◦ green 17 ◦ blue 34

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

Shades of Venetian Red #B41122

Tints of Venetian Red #B41122

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.36%

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

R = 77.92%
G = 7.36%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B41122 (or 0xB41122) is known color: Venetian Red. HEX triplet: B4, 11 and 22. RGB value is (180,17,34). Sum of RGB (Red+Green+Blue) = 180+17+34=231 (30% of max value = 765). Red value is 180 (70.70% from 255 or 77.92% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 34 (13.67% from 255 or 14.72% from 231); Max value from RGB is 180 - color contains mainly: red. Hex color #B41122 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41122 is #4BEEDD. Grayscale: #434343. Windows color (decimal): -4976350 or 2232756. OLE color: 2232756.

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

Color convert

RGB 180 17 34 -
CMYK 0 0.91 0.81 0.29
HSL 353.74º 0.83% 0.39% -
HSV(B) 353.74º 0.91% 0.71% -
XYZ 19.31 10.22 2.47 -
YUV 67.68 109 208.12 -
System Red Green Blue C M Y K H S L
Decimal 180 17 34 0 0.91 0.81 0.29 353.74 0.83 0.39
Hex B4 11 22 0 5B 51 1D 162 53 27
Octal 264 21 42 0 133 121 35 542 123 47
Binary 10110100 10001 100010 0 1011011 1010001 11101 101100010 1010011 100111

Color Harmonies of #B41122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41122

Black with #B41122

Text Example


Text Example

White with #B41122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41122; }

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

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

background-color css

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

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

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

border-color css

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

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

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