Html Css Color HEX #B40829 Venetian Red

📋 copy color: '#B40829'

red 180 ◦ green 8 ◦ blue 41

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

Shades of Venetian Red #B40829

Tints of Venetian Red #B40829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 17.9%

R = 78.6%
G = 3.49%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B40829 (or 0xB40829) is known color: Venetian Red. HEX triplet: B4, 08 and 29. RGB value is (180,8,41). Sum of RGB (Red+Green+Blue) = 180+8+41=229 (30% of max value = 765). Red value is 180 (70.70% from 255 or 78.60% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 41 (16.41% from 255 or 17.90% from 229); Max value from RGB is 180 - color contains mainly: red. Hex color #B40829 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40829 is #4BF7D6. Grayscale: #3F3F3F. Windows color (decimal): -4978647 or 2689204. OLE color: 2689204.

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

Color convert

RGB 180 8 41 -
CMYK 0 0.96 0.77 0.29
HSL 348.49º 0.91% 0.37% -
HSV(B) 348.49º 0.96% 0.71% -
XYZ 19.31 10.04 3.02 -
YUV 63.19 115.48 211.32 -
System Red Green Blue C M Y K H S L
Decimal 180 8 41 0 0.96 0.77 0.29 348.49 0.91 0.37
Hex B4 8 29 0 60 4D 1D 15C 5B 25
Octal 264 10 51 0 140 115 35 534 133 45
Binary 10110100 1000 101001 0 1100000 1001101 11101 101011100 1011011 100101

Color Harmonies of #B40829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40829

Black with #B40829

Text Example


Text Example

White with #B40829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40829; }

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

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

background-color css

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

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

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

border-color css

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

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

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