Html Css Color HEX #B40C10 Venetian Red

📋 copy color: '#B40C10'

red 180 ◦ green 12 ◦ blue 16

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

Shades of Venetian Red #B40C10

Tints of Venetian Red #B40C10

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.77%

 BLUE value IS 16 (6.64% from 255) = 7.69%

R = 86.54%
G = 5.77%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B40C10 (or 0xB40C10) is known color: Venetian Red. HEX triplet: B4, 0C and 10. RGB value is (180,12,16). Sum of RGB (Red+Green+Blue) = 180+12+16=208 (27% of max value = 765). Red value is 180 (70.70% from 255 or 86.54% from 208); Green value is 12 (5.08% from 255 or 5.77% from 208); Blue value is 16 (6.64% from 255 or 7.69% from 208); Max value from RGB is 180 - color contains mainly: red. Hex color #B40C10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40C10 is #4BF3EF. Grayscale: #3E3E3E. Windows color (decimal): -4977648 or 1051828. OLE color: 1051828.

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

Color convert

RGB 180 12 16 -
CMYK 0 0.93 0.91 0.29
HSL 358.57º 0.88% 0.38% -
HSV(B) 358.57º 0.93% 0.71% -
XYZ 19.05 10 1.42 -
YUV 62.69 101.66 211.67 -
System Red Green Blue C M Y K H S L
Decimal 180 12 16 0 0.93 0.91 0.29 358.57 0.88 0.38
Hex B4 C 10 0 5D 5B 1D 167 58 26
Octal 264 14 20 0 135 133 35 547 130 46
Binary 10110100 1100 10000 0 1011101 1011011 11101 101100111 1011000 100110

Color Harmonies of #B40C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40C10

Black with #B40C10

Text Example


Text Example

White with #B40C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40C10; }

 p { color: rgb(180,12,16); }

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

background-color css

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

 a { background-color: rgb(180,12,16); }

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

border-color css

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

 span { border-color: rgb(180,12,16); }

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