Html Css Color HEX #B40512 Venetian Red

📋 copy color: '#B40512'

red 180 ◦ green 5 ◦ blue 18

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

Shades of Venetian Red #B40512

Tints of Venetian Red #B40512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.87%

R = 88.67%
G = 2.46%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.9

 K value IS 0.29

RGB Variations

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

Color information

#B40512 (or 0xB40512) is known color: Venetian Red. HEX triplet: B4, 05 and 12. RGB value is (180,5,18). Sum of RGB (Red+Green+Blue) = 180+5+18=203 (26% of max value = 765). Red value is 180 (70.70% from 255 or 88.67% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 18 (7.42% from 255 or 8.87% from 203); Max value from RGB is 180 - color contains mainly: red. Hex color #B40512 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40512 is #4BFAED. Grayscale: #3A3A3A. Windows color (decimal): -4979438 or 1181108. OLE color: 1181108.

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

Color convert

RGB 180 5 18 -
CMYK 0 0.97 0.9 0.29
HSL 355.54º 0.95% 0.36% -
HSV(B) 355.54º 0.97% 0.71% -
XYZ 18.99 9.86 1.47 -
YUV 58.81 104.98 214.44 -
System Red Green Blue C M Y K H S L
Decimal 180 5 18 0 0.97 0.9 0.29 355.54 0.95 0.36
Hex B4 5 12 0 61 5A 1D 164 5F 24
Octal 264 5 22 0 141 132 35 544 137 44
Binary 10110100 101 10010 0 1100001 1011010 11101 101100100 1011111 100100

Color Harmonies of #B40512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40512

Black with #B40512

Text Example


Text Example

White with #B40512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40512; }

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

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

background-color css

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

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

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

border-color css

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

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

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