Html Css Color HEX #B40113 Venetian Red

📋 copy color: '#B40113'

red 180 ◦ green 1 ◦ blue 19

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

Shades of Venetian Red #B40113

Tints of Venetian Red #B40113

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

 BLUE value IS 19 (7.81% from 255) = 9.5%

R = 90%
G = 0.5%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B40113 (or 0xB40113) is known color: Venetian Red. HEX triplet: B4, 01 and 13. RGB value is (180,1,19). Sum of RGB (Red+Green+Blue) = 180+1+19=200 (26% of max value = 765). Red value is 180 (70.70% from 255 or 90% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 19 (7.81% from 255 or 9.5% from 200); Max value from RGB is 180 - color contains mainly: red. Hex color #B40113 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40113 is #4BFEEC. Grayscale: #383838. Windows color (decimal): -4980461 or 1245620. OLE color: 1245620.

HSL color Cylindrical-coordinate representation of color #B40113: hue angle of 353.97º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B40113 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 1 19 -
CMYK 0 0.99 0.89 0.29
HSL 353.97º 0.99% 0.35% -
HSV(B) 353.97º 0.99% 0.71% -
XYZ 18.95 9.77 1.5 -
YUV 56.57 106.8 216.04 -
System Red Green Blue C M Y K H S L
Decimal 180 1 19 0 0.99 0.89 0.29 353.97 0.99 0.35
Hex B4 1 13 0 63 59 1D 162 63 23
Octal 264 1 23 0 143 131 35 542 143 43
Binary 10110100 1 10011 0 1100011 1011001 11101 101100010 1100011 100011

Color Harmonies of #B40113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40113

Black with #B40113

Text Example


Text Example

White with #B40113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40113; }

 p { color: rgb(180,1,19); }

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

background-color css

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

 a { background-color: rgb(180,1,19); }

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

border-color css

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

 span { border-color: rgb(180,1,19); }

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