Html Css Color HEX #B40729 Venetian Red

📋 copy color: '#B40729'

red 180 ◦ green 7 ◦ blue 41

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

Shades of Venetian Red #B40729

Tints of Venetian Red #B40729

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.07%

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

R = 78.95%
G = 3.07%
B = 17.98%

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

#B40729 (or 0xB40729) is known color: Venetian Red. HEX triplet: B4, 07 and 29. RGB value is (180,7,41). Sum of RGB (Red+Green+Blue) = 180+7+41=228 (30% of max value = 765). Red value is 180 (70.70% from 255 or 78.95% from 228); Green value is 7 (3.12% from 255 or 3.07% from 228); Blue value is 41 (16.41% from 255 or 17.98% from 228); Max value from RGB is 180 - color contains mainly: red. Hex color #B40729 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40729 is #4BF8D6. Grayscale: #3E3E3E. Windows color (decimal): -4978903 or 2688948. OLE color: 2688948.

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

Color convert

RGB 180 7 41 -
CMYK 0 0.96 0.77 0.29
HSL 348.21º 0.93% 0.37% -
HSV(B) 348.21º 0.96% 0.71% -
XYZ 19.3 10.02 3.01 -
YUV 62.6 115.81 211.74 -
System Red Green Blue C M Y K H S L
Decimal 180 7 41 0 0.96 0.77 0.29 348.21 0.93 0.37
Hex B4 7 29 0 60 4D 1D 15C 5D 25
Octal 264 7 51 0 140 115 35 534 135 45
Binary 10110100 111 101001 0 1100000 1001101 11101 101011100 1011101 100101

Color Harmonies of #B40729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40729

Black with #B40729

Text Example


Text Example

White with #B40729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40729; }

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

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

background-color css

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

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

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

border-color css

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

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

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