Html Css Color HEX #B41124 Venetian Red

📋 copy color: '#B41124'

red 180 ◦ green 17 ◦ blue 36

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

Shades of Venetian Red #B41124

Tints of Venetian Red #B41124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 15.45%

R = 77.25%
G = 7.3%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.8

 K value IS 0.29

RGB Variations

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

Color information

#B41124 (or 0xB41124) is known color: Venetian Red. HEX triplet: B4, 11 and 24. RGB value is (180,17,36). Sum of RGB (Red+Green+Blue) = 180+17+36=233 (30% of max value = 765). Red value is 180 (70.70% from 255 or 77.25% from 233); Green value is 17 (7.03% from 255 or 7.30% from 233); Blue value is 36 (14.45% from 255 or 15.45% from 233); Max value from RGB is 180 - color contains mainly: red. Hex color #B41124 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41124 is #4BEEDB. Grayscale: #434343. Windows color (decimal): -4976348 or 2363828. OLE color: 2363828.

HSL color Cylindrical-coordinate representation of color #B41124: hue angle of 353.01º 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 #B41124 is Cyan = 0, Magento = 0.91, Yellow = 0.8 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 17 36 -
CMYK 0 0.91 0.8 0.29
HSL 353.01º 0.83% 0.39% -
HSV(B) 353.01º 0.91% 0.71% -
XYZ 19.34 10.23 2.62 -
YUV 67.9 110 207.96 -
System Red Green Blue C M Y K H S L
Decimal 180 17 36 0 0.91 0.8 0.29 353.01 0.83 0.39
Hex B4 11 24 0 5B 50 1D 161 53 27
Octal 264 21 44 0 133 120 35 541 123 47
Binary 10110100 10001 100100 0 1011011 1010000 11101 101100001 1010011 100111

Color Harmonies of #B41124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41124

Black with #B41124

Text Example


Text Example

White with #B41124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41124; }

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

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

background-color css

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

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

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

border-color css

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

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

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