Html Css Color HEX #B40527 Venetian Red

📋 copy color: '#B40527'

red 180 ◦ green 5 ◦ blue 39

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

Shades of Venetian Red #B40527

Tints of Venetian Red #B40527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 17.41%

R = 80.36%
G = 2.23%
B = 17.41%

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

#B40527 (or 0xB40527) is known color: Venetian Red. HEX triplet: B4, 05 and 27. RGB value is (180,5,39). Sum of RGB (Red+Green+Blue) = 180+5+39=224 (29% of max value = 765). Red value is 180 (70.70% from 255 or 80.36% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 39 (15.62% from 255 or 17.41% from 224); Max value from RGB is 180 - color contains mainly: red. Hex color #B40527 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40527 is #4BFAD8. Grayscale: #3D3D3D. Windows color (decimal): -4979417 or 2557364. OLE color: 2557364.

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

Color convert

RGB 180 5 39 -
CMYK 0 0.97 0.78 0.29
HSL 348.34º 0.95% 0.36% -
HSV(B) 348.34º 0.97% 0.71% -
XYZ 19.24 9.96 2.83 -
YUV 61.2 115.48 212.74 -
System Red Green Blue C M Y K H S L
Decimal 180 5 39 0 0.97 0.78 0.29 348.34 0.95 0.36
Hex B4 5 27 0 61 4E 1D 15C 5F 24
Octal 264 5 47 0 141 116 35 534 137 44
Binary 10110100 101 100111 0 1100001 1001110 11101 101011100 1011111 100100

Color Harmonies of #B40527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40527

Black with #B40527

Text Example


Text Example

White with #B40527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40527; }

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

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

background-color css

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

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

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

border-color css

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

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

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