Html Css Color HEX #B40514 Venetian Red

📋 copy color: '#B40514'

red 180 ◦ green 5 ◦ blue 20

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

Shades of Venetian Red #B40514

Tints of Venetian Red #B40514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.76%

R = 87.8%
G = 2.44%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B40514 (or 0xB40514) is known color: Venetian Red. HEX triplet: B4, 05 and 14. RGB value is (180,5,20). Sum of RGB (Red+Green+Blue) = 180+5+20=205 (27% of max value = 765). Red value is 180 (70.70% from 255 or 87.80% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 20 (8.20% from 255 or 9.76% from 205); Max value from RGB is 180 - color contains mainly: red. Hex color #B40514 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40514 is #4BFAEB. Grayscale: #3B3B3B. Windows color (decimal): -4979436 or 1312180. OLE color: 1312180.

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

Color convert

RGB 180 5 20 -
CMYK 0 0.97 0.89 0.29
HSL 354.86º 0.95% 0.36% -
HSV(B) 354.86º 0.97% 0.71% -
XYZ 19 9.86 1.56 -
YUV 59.04 105.98 214.28 -
System Red Green Blue C M Y K H S L
Decimal 180 5 20 0 0.97 0.89 0.29 354.86 0.95 0.36
Hex B4 5 14 0 61 59 1D 163 5F 24
Octal 264 5 24 0 141 131 35 543 137 44
Binary 10110100 101 10100 0 1100001 1011001 11101 101100011 1011111 100100

Color Harmonies of #B40514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40514

Black with #B40514

Text Example


Text Example

White with #B40514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40514; }

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

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

background-color css

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

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

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

border-color css

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

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

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