Html Css Color HEX #B40B15 Venetian Red

📋 copy color: '#B40B15'

red 180 ◦ green 11 ◦ blue 21

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

Shades of Venetian Red #B40B15

Tints of Venetian Red #B40B15

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.19%

 BLUE value IS 21 (8.59% from 255) = 9.91%

R = 84.91%
G = 5.19%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B40B15 (or 0xB40B15) is known color: Venetian Red. HEX triplet: B4, 0B and 15. RGB value is (180,11,21). Sum of RGB (Red+Green+Blue) = 180+11+21=212 (28% of max value = 765). Red value is 180 (70.70% from 255 or 84.91% from 212); Green value is 11 (4.69% from 255 or 5.19% from 212); Blue value is 21 (8.59% from 255 or 9.91% from 212); Max value from RGB is 180 - color contains mainly: red. Hex color #B40B15 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40B15 is #4BF4EA. Grayscale: #3E3E3E. Windows color (decimal): -4977899 or 1379252. OLE color: 1379252.

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

Color convert

RGB 180 11 21 -
CMYK 0 0.94 0.88 0.29
HSL 356.45º 0.88% 0.37% -
HSV(B) 356.45º 0.94% 0.71% -
XYZ 19.08 10 1.63 -
YUV 62.67 104.49 211.69 -
System Red Green Blue C M Y K H S L
Decimal 180 11 21 0 0.94 0.88 0.29 356.45 0.88 0.37
Hex B4 B 15 0 5E 58 1D 164 58 25
Octal 264 13 25 0 136 130 35 544 130 45
Binary 10110100 1011 10101 0 1011110 1011000 11101 101100100 1011000 100101

Color Harmonies of #B40B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40B15

Black with #B40B15

Text Example


Text Example

White with #B40B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40B15; }

 p { color: rgb(180,11,21); }

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

background-color css

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

 a { background-color: rgb(180,11,21); }

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

border-color css

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

 span { border-color: rgb(180,11,21); }

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