Html Css Color HEX #B40C1C Venetian Red

📋 copy color: '#B40C1C'

red 180 ◦ green 12 ◦ blue 28

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

Shades of Venetian Red #B40C1C

Tints of Venetian Red #B40C1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.73%

R = 81.82%
G = 5.45%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B40C1C (or 0xB40C1C) is known color: Venetian Red. HEX triplet: B4, 0C and 1C. RGB value is (180,12,28). Sum of RGB (Red+Green+Blue) = 180+12+28=220 (29% of max value = 765). Red value is 180 (70.70% from 255 or 81.82% from 220); Green value is 12 (5.08% from 255 or 5.45% from 220); Blue value is 28 (11.33% from 255 or 12.73% from 220); Max value from RGB is 180 - color contains mainly: red. Hex color #B40C1C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40C1C is #4BF3E3. Grayscale: #404040. Windows color (decimal): -4977636 or 1838260. OLE color: 1838260.

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

Color convert

RGB 180 12 28 -
CMYK 0 0.93 0.84 0.29
HSL 354.29º 0.88% 0.38% -
HSV(B) 354.29º 0.93% 0.71% -
XYZ 19.16 10.05 2.03 -
YUV 64.06 107.66 210.7 -
System Red Green Blue C M Y K H S L
Decimal 180 12 28 0 0.93 0.84 0.29 354.29 0.88 0.38
Hex B4 C 1C 0 5D 54 1D 162 58 26
Octal 264 14 34 0 135 124 35 542 130 46
Binary 10110100 1100 11100 0 1011101 1010100 11101 101100010 1011000 100110

Color Harmonies of #B40C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40C1C

Black with #B40C1C

Text Example


Text Example

White with #B40C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40C1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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