Html Css Color HEX #B40C22 Venetian Red

📋 copy color: '#B40C22'

red 180 ◦ green 12 ◦ blue 34

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

Shades of Venetian Red #B40C22

Tints of Venetian Red #B40C22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 15.04%

R = 79.65%
G = 5.31%
B = 15.04%

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

#B40C22 (or 0xB40C22) is known color: Venetian Red. HEX triplet: B4, 0C and 22. RGB value is (180,12,34). Sum of RGB (Red+Green+Blue) = 180+12+34=226 (29% of max value = 765). Red value is 180 (70.70% from 255 or 79.65% from 226); Green value is 12 (5.08% from 255 or 5.31% from 226); Blue value is 34 (13.67% from 255 or 15.04% from 226); Max value from RGB is 180 - color contains mainly: red. Hex color #B40C22 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40C22 is #4BF3DD. Grayscale: #404040. Windows color (decimal): -4977630 or 2231476. OLE color: 2231476.

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

Color convert

RGB 180 12 34 -
CMYK 0 0.93 0.81 0.29
HSL 352.14º 0.88% 0.38% -
HSV(B) 352.14º 0.93% 0.71% -
XYZ 19.24 10.08 2.45 -
YUV 64.74 110.66 210.21 -
System Red Green Blue C M Y K H S L
Decimal 180 12 34 0 0.93 0.81 0.29 352.14 0.88 0.38
Hex B4 C 22 0 5D 51 1D 160 58 26
Octal 264 14 42 0 135 121 35 540 130 46
Binary 10110100 1100 100010 0 1011101 1010001 11101 101100000 1011000 100110

Color Harmonies of #B40C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40C22

Black with #B40C22

Text Example


Text Example

White with #B40C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40C22; }

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

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

background-color css

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

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

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

border-color css

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

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

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