Html Css Color HEX #B41222 Venetian Red

📋 copy color: '#B41222'

red 180 ◦ green 18 ◦ blue 34

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

Shades of Venetian Red #B41222

Tints of Venetian Red #B41222

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.76%

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

R = 77.59%
G = 7.76%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B41222 (or 0xB41222) is known color: Venetian Red. HEX triplet: B4, 12 and 22. RGB value is (180,18,34). Sum of RGB (Red+Green+Blue) = 180+18+34=232 (30% of max value = 765). Red value is 180 (70.70% from 255 or 77.59% from 232); Green value is 18 (7.42% from 255 or 7.76% from 232); Blue value is 34 (13.67% from 255 or 14.66% from 232); Max value from RGB is 180 - color contains mainly: red. Hex color #B41222 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41222 is #4BEDDD. Grayscale: #444444. Windows color (decimal): -4976094 or 2233012. OLE color: 2233012.

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

Color convert

RGB 180 18 34 -
CMYK 0 0.9 0.81 0.29
HSL 354.07º 0.82% 0.39% -
HSV(B) 354.07º 0.9% 0.71% -
XYZ 19.33 10.25 2.47 -
YUV 68.26 108.67 207.7 -
System Red Green Blue C M Y K H S L
Decimal 180 18 34 0 0.9 0.81 0.29 354.07 0.82 0.39
Hex B4 12 22 0 5A 51 1D 162 52 27
Octal 264 22 42 0 132 121 35 542 122 47
Binary 10110100 10010 100010 0 1011010 1010001 11101 101100010 1010010 100111

Color Harmonies of #B41222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41222

Black with #B41222

Text Example


Text Example

White with #B41222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41222; }

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

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

background-color css

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

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

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

border-color css

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

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

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