Html Css Color HEX #B41321 Venetian Red

📋 copy color: '#B41321'

red 180 ◦ green 19 ◦ blue 33

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

Shades of Venetian Red #B41321

Tints of Venetian Red #B41321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 14.22%

R = 77.59%
G = 8.19%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B41321 (or 0xB41321) is known color: Venetian Red. HEX triplet: B4, 13 and 21. RGB value is (180,19,33). Sum of RGB (Red+Green+Blue) = 180+19+33=232 (30% of max value = 765). Red value is 180 (70.70% from 255 or 77.59% from 232); Green value is 19 (7.81% from 255 or 8.19% from 232); Blue value is 33 (13.28% from 255 or 14.22% from 232); Max value from RGB is 180 - color contains mainly: red. Hex color #B41321 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41321 is #4BECDE. Grayscale: #444444. Windows color (decimal): -4975839 or 2167732. OLE color: 2167732.

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

Color convert

RGB 180 19 33 -
CMYK 0 0.89 0.82 0.29
HSL 354.78º 0.81% 0.39% -
HSV(B) 354.78º 0.89% 0.71% -
XYZ 19.33 10.28 2.4 -
YUV 68.74 107.84 207.36 -
System Red Green Blue C M Y K H S L
Decimal 180 19 33 0 0.89 0.82 0.29 354.78 0.81 0.39
Hex B4 13 21 0 59 52 1D 163 51 27
Octal 264 23 41 0 131 122 35 543 121 47
Binary 10110100 10011 100001 0 1011001 1010010 11101 101100011 1010001 100111

Color Harmonies of #B41321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41321

Black with #B41321

Text Example


Text Example

White with #B41321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41321; }

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

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

background-color css

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

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

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

border-color css

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

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

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