Html Css Color HEX #950D21 Carmine

📋 copy color: '#950D21'

red 149 ◦ green 13 ◦ blue 33

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

Shades of Carmine #950D21

Tints of Carmine #950D21

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.67%

 BLUE value IS 33 (13.28% from 255) = 16.92%

R = 76.41%
G = 6.67%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#950D21 (or 0x950D21) is known color: Carmine. HEX triplet: 95, 0D and 21. RGB value is (149,13,33). Sum of RGB (Red+Green+Blue) = 149+13+33=195 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.41% from 195); Green value is 13 (5.47% from 255 or 6.67% from 195); Blue value is 33 (13.28% from 255 or 16.92% from 195); Max value from RGB is 149 - color contains mainly: red. Hex color #950D21 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950D21 is #6AF2DE. Grayscale: #383838. Windows color (decimal): -7008991 or 2166165. OLE color: 2166165.

HSL color Cylindrical-coordinate representation of color #950D21: hue angle of 351.18º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #950D21 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 13 33 -
CMYK 0 0.91 0.78 0.42
HSL 351.18º 0.84% 0.32% -
HSV(B) 351.18º 0.91% 0.58% -
XYZ 12.81 6.79 2.07 -
YUV 55.94 115.06 194.37 -
System Red Green Blue C M Y K H S L
Decimal 149 13 33 0 0.91 0.78 0.42 351.18 0.84 0.32
Hex 95 D 21 0 5B 4E 2A 15F 54 20
Octal 225 15 41 0 133 116 52 537 124 40
Binary 10010101 1101 100001 0 1011011 1001110 101010 101011111 1010100 100000

Color Harmonies of #950D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950D21

Black with #950D21

Text Example


Text Example

White with #950D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950D21; }

 p { color: rgb(149,13,33); }

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

background-color css

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

 a { background-color: rgb(149,13,33); }

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

border-color css

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

 span { border-color: rgb(149,13,33); }

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