Html Css Color HEX #B40B0D Venetian Red

📋 copy color: '#B40B0D'

red 180 ◦ green 11 ◦ blue 13

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

Shades of Venetian Red #B40B0D

Tints of Venetian Red #B40B0D

RGB

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

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

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

R = 88.24%
G = 5.39%
B = 6.37%

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

#B40B0D (or 0xB40B0D) is known color: Venetian Red. HEX triplet: B4, 0B and 0D. RGB value is (180,11,13). Sum of RGB (Red+Green+Blue) = 180+11+13=204 (27% of max value = 765). Red value is 180 (70.70% from 255 or 88.24% from 204); Green value is 11 (4.69% from 255 or 5.39% from 204); Blue value is 13 (5.47% from 255 or 6.37% from 204); Max value from RGB is 180 - color contains mainly: red. Hex color #B40B0D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40B0D is #4BF4F2. Grayscale: #3D3D3D. Windows color (decimal): -4977907 or 854964. OLE color: 854964.

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

Color convert

RGB 180 11 13 -
CMYK 0 0.94 0.93 0.29
HSL 359.29º 0.88% 0.37% -
HSV(B) 359.29º 0.94% 0.71% -
XYZ 19.01 9.97 1.3 -
YUV 61.76 100.49 212.34 -
System Red Green Blue C M Y K H S L
Decimal 180 11 13 0 0.94 0.93 0.29 359.29 0.88 0.37
Hex B4 B D 0 5E 5D 1D 167 58 25
Octal 264 13 15 0 136 135 35 547 130 45
Binary 10110100 1011 1101 0 1011110 1011101 11101 101100111 1011000 100101

Color Harmonies of #B40B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40B0D

Black with #B40B0D

Text Example


Text Example

White with #B40B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40B0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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