Html Css Color HEX #B40528 Venetian Red

📋 copy color: '#B40528'

red 180 ◦ green 5 ◦ blue 40

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

Shades of Venetian Red #B40528

Tints of Venetian Red #B40528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.78%

R = 80%
G = 2.22%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B40528 (or 0xB40528) is known color: Venetian Red. HEX triplet: B4, 05 and 28. RGB value is (180,5,40). Sum of RGB (Red+Green+Blue) = 180+5+40=225 (29% of max value = 765). Red value is 180 (70.70% from 255 or 80% from 225); Green value is 5 (2.34% from 255 or 2.22% from 225); Blue value is 40 (16.02% from 255 or 17.78% from 225); Max value from RGB is 180 - color contains mainly: red. Hex color #B40528 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40528 is #4BFAD7. Grayscale: #3D3D3D. Windows color (decimal): -4979416 or 2622900. OLE color: 2622900.

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

Color convert

RGB 180 5 40 -
CMYK 0 0.97 0.78 0.29
HSL 348º 0.95% 0.36% -
HSV(B) 348º 0.97% 0.71% -
XYZ 19.26 9.97 2.92 -
YUV 61.32 115.98 212.65 -
System Red Green Blue C M Y K H S L
Decimal 180 5 40 0 0.97 0.78 0.29 348 0.95 0.36
Hex B4 5 28 0 61 4E 1D 15C 5F 24
Octal 264 5 50 0 141 116 35 534 137 44
Binary 10110100 101 101000 0 1100001 1001110 11101 101011100 1011111 100100

Color Harmonies of #B40528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40528

Black with #B40528

Text Example


Text Example

White with #B40528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40528; }

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

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

background-color css

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

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

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

border-color css

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

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

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