Html Css Color HEX #B40A0D Venetian Red

📋 copy color: '#B40A0D'

red 180 ◦ green 10 ◦ blue 13

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

Shades of Venetian Red #B40A0D

Tints of Venetian Red #B40A0D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.93%

 BLUE value IS 13 (5.47% from 255) = 6.4%

R = 88.67%
G = 4.93%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B40A0D (or 0xB40A0D) is known color: Venetian Red. HEX triplet: B4, 0A and 0D. RGB value is (180,10,13). Sum of RGB (Red+Green+Blue) = 180+10+13=203 (26% of max value = 765). Red value is 180 (70.70% from 255 or 88.67% from 203); Green value is 10 (4.30% from 255 or 4.93% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 180 - color contains mainly: red. Hex color #B40A0D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40A0D is #4BF5F2. Grayscale: #3D3D3D. Windows color (decimal): -4978163 or 854708. OLE color: 854708.

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

Color convert

RGB 180 10 13 -
CMYK 0 0.94 0.93 0.29
HSL 358.94º 0.89% 0.37% -
HSV(B) 358.94º 0.94% 0.71% -
XYZ 19 9.95 1.3 -
YUV 61.17 100.82 212.76 -
System Red Green Blue C M Y K H S L
Decimal 180 10 13 0 0.94 0.93 0.29 358.94 0.89 0.37
Hex B4 A D 0 5E 5D 1D 167 59 25
Octal 264 12 15 0 136 135 35 547 131 45
Binary 10110100 1010 1101 0 1011110 1011101 11101 101100111 1011001 100101

Color Harmonies of #B40A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40A0D

Black with #B40A0D

Text Example


Text Example

White with #B40A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40A0D; }

 p { color: rgb(180,10,13); }

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

background-color css

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

 a { background-color: rgb(180,10,13); }

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

border-color css

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

 span { border-color: rgb(180,10,13); }

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