Html Css Color HEX #B40526 Venetian Red

📋 copy color: '#B40526'

red 180 ◦ green 5 ◦ blue 38

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

Shades of Venetian Red #B40526

Tints of Venetian Red #B40526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 17.04%

R = 80.72%
G = 2.24%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B40526 (or 0xB40526) is known color: Venetian Red. HEX triplet: B4, 05 and 26. RGB value is (180,5,38). Sum of RGB (Red+Green+Blue) = 180+5+38=223 (29% of max value = 765). Red value is 180 (70.70% from 255 or 80.72% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 38 (15.23% from 255 or 17.04% from 223); Max value from RGB is 180 - color contains mainly: red. Hex color #B40526 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40526 is #4BFAD9. Grayscale: #3D3D3D. Windows color (decimal): -4979418 or 2491828. OLE color: 2491828.

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

Color convert

RGB 180 5 38 -
CMYK 0 0.97 0.79 0.29
HSL 348.69º 0.95% 0.36% -
HSV(B) 348.69º 0.97% 0.71% -
XYZ 19.23 9.95 2.74 -
YUV 61.09 114.98 212.82 -
System Red Green Blue C M Y K H S L
Decimal 180 5 38 0 0.97 0.79 0.29 348.69 0.95 0.36
Hex B4 5 26 0 61 4F 1D 15D 5F 24
Octal 264 5 46 0 141 117 35 535 137 44
Binary 10110100 101 100110 0 1100001 1001111 11101 101011101 1011111 100100

Color Harmonies of #B40526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40526

Black with #B40526

Text Example


Text Example

White with #B40526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40526; }

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

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

background-color css

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

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

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

border-color css

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

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

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