Html Css Color HEX #B40C28 Venetian Red

📋 copy color: '#B40C28'

red 180 ◦ green 12 ◦ blue 40

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

Shades of Venetian Red #B40C28

Tints of Venetian Red #B40C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.24%

R = 77.59%
G = 5.17%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B40C28 (or 0xB40C28) is known color: Venetian Red. HEX triplet: B4, 0C and 28. RGB value is (180,12,40). Sum of RGB (Red+Green+Blue) = 180+12+40=232 (30% of max value = 765). Red value is 180 (70.70% from 255 or 77.59% from 232); Green value is 12 (5.08% from 255 or 5.17% from 232); Blue value is 40 (16.02% from 255 or 17.24% from 232); Max value from RGB is 180 - color contains mainly: red. Hex color #B40C28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40C28 is #4BF3D7. Grayscale: #414141. Windows color (decimal): -4977624 or 2624692. OLE color: 2624692.

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

Color convert

RGB 180 12 40 -
CMYK 0 0.93 0.78 0.29
HSL 350º 0.88% 0.38% -
HSV(B) 350º 0.93% 0.71% -
XYZ 19.34 10.12 2.94 -
YUV 65.42 113.66 209.72 -
System Red Green Blue C M Y K H S L
Decimal 180 12 40 0 0.93 0.78 0.29 350 0.88 0.38
Hex B4 C 28 0 5D 4E 1D 15E 58 26
Octal 264 14 50 0 135 116 35 536 130 46
Binary 10110100 1100 101000 0 1011101 1001110 11101 101011110 1011000 100110

Color Harmonies of #B40C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40C28

Black with #B40C28

Text Example


Text Example

White with #B40C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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