Html Css Color HEX #B40821 Venetian Red

📋 copy color: '#B40821'

red 180 ◦ green 8 ◦ blue 33

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

Shades of Venetian Red #B40821

Tints of Venetian Red #B40821

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.62%

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

R = 81.45%
G = 3.62%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B40821 (or 0xB40821) is known color: Venetian Red. HEX triplet: B4, 08 and 21. RGB value is (180,8,33). Sum of RGB (Red+Green+Blue) = 180+8+33=221 (29% of max value = 765). Red value is 180 (70.70% from 255 or 81.45% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 33 (13.28% from 255 or 14.93% from 221); Max value from RGB is 180 - color contains mainly: red. Hex color #B40821 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40821 is #4BF7DE. Grayscale: #3E3E3E. Windows color (decimal): -4978655 or 2164916. OLE color: 2164916.

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

Color convert

RGB 180 8 33 -
CMYK 0 0.96 0.82 0.29
HSL 351.28º 0.91% 0.37% -
HSV(B) 351.28º 0.96% 0.71% -
XYZ 19.18 9.99 2.36 -
YUV 62.28 111.48 211.97 -
System Red Green Blue C M Y K H S L
Decimal 180 8 33 0 0.96 0.82 0.29 351.28 0.91 0.37
Hex B4 8 21 0 60 52 1D 15F 5B 25
Octal 264 10 41 0 140 122 35 537 133 45
Binary 10110100 1000 100001 0 1100000 1010010 11101 101011111 1011011 100101

Color Harmonies of #B40821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40821

Black with #B40821

Text Example


Text Example

White with #B40821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40821; }

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

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

background-color css

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

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

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

border-color css

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

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

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