Html Css Color HEX #951420 Carmine

📋 copy color: '#951420'

red 149 ◦ green 20 ◦ blue 32

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

Shades of Carmine #951420

Tints of Carmine #951420

RGB

 RED value IS 149 (58.59% from 255) = 74.13%

 GREEN value IS 20 (8.2% from 255) = 9.95%

 BLUE value IS 32 (12.89% from 255) = 15.92%

R = 74.13%
G = 9.95%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#951420 (or 0x951420) is known color: Carmine. HEX triplet: 95, 14 and 20. RGB value is (149,20,32). Sum of RGB (Red+Green+Blue) = 149+20+32=201 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.13% from 201); Green value is 20 (8.20% from 255 or 9.95% from 201); Blue value is 32 (12.89% from 255 or 15.92% from 201); Max value from RGB is 149 - color contains mainly: red. Hex color #951420 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951420 is #6AEBDF. Grayscale: #3C3C3C. Windows color (decimal): -7007200 or 2102421. OLE color: 2102421.

HSL color Cylindrical-coordinate representation of color #951420: hue angle of 354.42º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #951420 is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 20 32 -
CMYK 0 0.87 0.79 0.42
HSL 354.42º 0.76% 0.33% -
HSV(B) 354.42º 0.87% 0.58% -
XYZ 12.91 6.99 2.04 -
YUV 59.94 112.24 191.52 -
System Red Green Blue C M Y K H S L
Decimal 149 20 32 0 0.87 0.79 0.42 354.42 0.76 0.33
Hex 95 14 20 0 57 4F 2A 162 4C 21
Octal 225 24 40 0 127 117 52 542 114 41
Binary 10010101 10100 100000 0 1010111 1001111 101010 101100010 1001100 100001

Color Harmonies of #951420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951420

Black with #951420

Text Example


Text Example

White with #951420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951420; }

 p { color: rgb(149,20,32); }

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

background-color css

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

 a { background-color: rgb(149,20,32); }

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

border-color css

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

 span { border-color: rgb(149,20,32); }

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