Html Css Color HEX #B40C23 Venetian Red

📋 copy color: '#B40C23'

red 180 ◦ green 12 ◦ blue 35

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

Shades of Venetian Red #B40C23

Tints of Venetian Red #B40C23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 15.42%

R = 79.3%
G = 5.29%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B40C23 (or 0xB40C23) is known color: Venetian Red. HEX triplet: B4, 0C and 23. RGB value is (180,12,35). Sum of RGB (Red+Green+Blue) = 180+12+35=227 (30% of max value = 765). Red value is 180 (70.70% from 255 or 79.30% from 227); Green value is 12 (5.08% from 255 or 5.29% from 227); Blue value is 35 (14.06% from 255 or 15.42% from 227); Max value from RGB is 180 - color contains mainly: red. Hex color #B40C23 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40C23 is #4BF3DC. Grayscale: #404040. Windows color (decimal): -4977629 or 2297012. OLE color: 2297012.

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

Color convert

RGB 180 12 35 -
CMYK 0 0.93 0.81 0.29
HSL 351.79º 0.88% 0.38% -
HSV(B) 351.79º 0.93% 0.71% -
XYZ 19.26 10.09 2.52 -
YUV 64.85 111.16 210.13 -
System Red Green Blue C M Y K H S L
Decimal 180 12 35 0 0.93 0.81 0.29 351.79 0.88 0.38
Hex B4 C 23 0 5D 51 1D 160 58 26
Octal 264 14 43 0 135 121 35 540 130 46
Binary 10110100 1100 100011 0 1011101 1010001 11101 101100000 1011000 100110

Color Harmonies of #B40C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40C23

Black with #B40C23

Text Example


Text Example

White with #B40C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40C23; }

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

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

background-color css

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

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

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

border-color css

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

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

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