Html Css Color HEX #951020 Carmine

📋 copy color: '#951020'

red 149 ◦ green 16 ◦ blue 32

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

Shades of Carmine #951020

Tints of Carmine #951020

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.12%

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

R = 75.63%
G = 8.12%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#951020 (or 0x951020) is known color: Carmine. HEX triplet: 95, 10 and 20. RGB value is (149,16,32). Sum of RGB (Red+Green+Blue) = 149+16+32=197 (26% of max value = 765). Red value is 149 (58.59% from 255 or 75.63% from 197); Green value is 16 (6.64% from 255 or 8.12% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 149 - color contains mainly: red. Hex color #951020 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951020 is #6AEFDF. Grayscale: #393939. Windows color (decimal): -7008224 or 2101397. OLE color: 2101397.

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

Color convert

RGB 149 16 32 -
CMYK 0 0.89 0.79 0.42
HSL 352.78º 0.81% 0.32% -
HSV(B) 352.78º 0.89% 0.58% -
XYZ 12.84 6.86 2.01 -
YUV 57.59 113.56 193.2 -
System Red Green Blue C M Y K H S L
Decimal 149 16 32 0 0.89 0.79 0.42 352.78 0.81 0.32
Hex 95 10 20 0 59 4F 2A 161 51 20
Octal 225 20 40 0 131 117 52 541 121 40
Binary 10010101 10000 100000 0 1011001 1001111 101010 101100001 1010001 100000

Color Harmonies of #951020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951020

Black with #951020

Text Example


Text Example

White with #951020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951020; }

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

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

background-color css

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

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

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

border-color css

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

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

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