Html Css Color HEX #B40813 Venetian Red

📋 copy color: '#B40813'

red 180 ◦ green 8 ◦ blue 19

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

Shades of Venetian Red #B40813

Tints of Venetian Red #B40813

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.86%

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

R = 86.96%
G = 3.86%
B = 9.18%

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

#B40813 (or 0xB40813) is known color: Venetian Red. HEX triplet: B4, 08 and 13. RGB value is (180,8,19). Sum of RGB (Red+Green+Blue) = 180+8+19=207 (27% of max value = 765). Red value is 180 (70.70% from 255 or 86.96% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 19 (7.81% from 255 or 9.18% from 207); Max value from RGB is 180 - color contains mainly: red. Hex color #B40813 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40813 is #4BF7EC. Grayscale: #3C3C3C. Windows color (decimal): -4978669 or 1247412. OLE color: 1247412.

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

Color convert

RGB 180 8 19 -
CMYK 0 0.96 0.89 0.29
HSL 356.16º 0.91% 0.37% -
HSV(B) 356.16º 0.96% 0.71% -
XYZ 19.03 9.92 1.53 -
YUV 60.68 104.48 213.11 -
System Red Green Blue C M Y K H S L
Decimal 180 8 19 0 0.96 0.89 0.29 356.16 0.91 0.37
Hex B4 8 13 0 60 59 1D 164 5B 25
Octal 264 10 23 0 140 131 35 544 133 45
Binary 10110100 1000 10011 0 1100000 1011001 11101 101100100 1011011 100101

Color Harmonies of #B40813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40813

Black with #B40813

Text Example


Text Example

White with #B40813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40813; }

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

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

background-color css

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

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

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

border-color css

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

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

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