Html Css Color HEX #B40529 Venetian Red

📋 copy color: '#B40529'

red 180 ◦ green 5 ◦ blue 41

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

Shades of Venetian Red #B40529

Tints of Venetian Red #B40529

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.21%

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

R = 79.65%
G = 2.21%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B40529 (or 0xB40529) is known color: Venetian Red. HEX triplet: B4, 05 and 29. RGB value is (180,5,41). Sum of RGB (Red+Green+Blue) = 180+5+41=226 (29% of max value = 765). Red value is 180 (70.70% from 255 or 79.65% from 226); Green value is 5 (2.34% from 255 or 2.21% from 226); Blue value is 41 (16.41% from 255 or 18.14% from 226); Max value from RGB is 180 - color contains mainly: red. Hex color #B40529 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40529 is #4BFAD6. Grayscale: #3D3D3D. Windows color (decimal): -4979415 or 2688436. OLE color: 2688436.

HSL color Cylindrical-coordinate representation of color #B40529: hue angle of 347.66º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B40529 is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 5 41 -
CMYK 0 0.97 0.77 0.29
HSL 347.66º 0.95% 0.36% -
HSV(B) 347.66º 0.97% 0.71% -
XYZ 19.28 9.97 3.01 -
YUV 61.43 116.48 212.57 -
System Red Green Blue C M Y K H S L
Decimal 180 5 41 0 0.97 0.77 0.29 347.66 0.95 0.36
Hex B4 5 29 0 61 4D 1D 15C 5F 24
Octal 264 5 51 0 141 115 35 534 137 44
Binary 10110100 101 101001 0 1100001 1001101 11101 101011100 1011111 100100

Color Harmonies of #B40529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40529

Black with #B40529

Text Example


Text Example

White with #B40529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40529; }

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

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

background-color css

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

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

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

border-color css

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

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

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