Html Css Color HEX #B40713 Venetian Red

📋 copy color: '#B40713'

red 180 ◦ green 7 ◦ blue 19

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

Shades of Venetian Red #B40713

Tints of Venetian Red #B40713

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.4%

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

R = 87.38%
G = 3.4%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B40713 (or 0xB40713) is known color: Venetian Red. HEX triplet: B4, 07 and 13. RGB value is (180,7,19). Sum of RGB (Red+Green+Blue) = 180+7+19=206 (27% of max value = 765). Red value is 180 (70.70% from 255 or 87.38% from 206); Green value is 7 (3.12% from 255 or 3.40% from 206); Blue value is 19 (7.81% from 255 or 9.22% from 206); Max value from RGB is 180 - color contains mainly: red. Hex color #B40713 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40713 is #4BF8EC. Grayscale: #3C3C3C. Windows color (decimal): -4978925 or 1247156. OLE color: 1247156.

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

Color convert

RGB 180 7 19 -
CMYK 0 0.96 0.89 0.29
HSL 355.84º 0.93% 0.37% -
HSV(B) 355.84º 0.96% 0.71% -
XYZ 19.02 9.9 1.53 -
YUV 60.1 104.81 213.52 -
System Red Green Blue C M Y K H S L
Decimal 180 7 19 0 0.96 0.89 0.29 355.84 0.93 0.37
Hex B4 7 13 0 60 59 1D 164 5D 25
Octal 264 7 23 0 140 131 35 544 135 45
Binary 10110100 111 10011 0 1100000 1011001 11101 101100100 1011101 100101

Color Harmonies of #B40713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40713

Black with #B40713

Text Example


Text Example

White with #B40713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40713; }

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

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

background-color css

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

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

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

border-color css

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

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

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