Html Css Color HEX #950821 Carmine

📋 copy color: '#950821'

red 149 ◦ green 8 ◦ blue 33

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

Shades of Carmine #950821

Tints of Carmine #950821

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.21%

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

R = 78.42%
G = 4.21%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#950821 (or 0x950821) is known color: Carmine. HEX triplet: 95, 08 and 21. RGB value is (149,8,33). Sum of RGB (Red+Green+Blue) = 149+8+33=190 (25% of max value = 765). Red value is 149 (58.59% from 255 or 78.42% from 190); Green value is 8 (3.52% from 255 or 4.21% from 190); Blue value is 33 (13.28% from 255 or 17.37% from 190); Max value from RGB is 149 - color contains mainly: red. Hex color #950821 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950821 is #6AF7DE. Grayscale: #353535. Windows color (decimal): -7010271 or 2164885. OLE color: 2164885.

HSL color Cylindrical-coordinate representation of color #950821: hue angle of 349.36º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #950821 is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 8 33 -
CMYK 0 0.95 0.78 0.42
HSL 349.36º 0.9% 0.31% -
HSV(B) 349.36º 0.95% 0.58% -
XYZ 12.76 6.67 2.05 -
YUV 53.01 116.71 196.47 -
System Red Green Blue C M Y K H S L
Decimal 149 8 33 0 0.95 0.78 0.42 349.36 0.9 0.31
Hex 95 8 21 0 5F 4E 2A 15D 5A 1F
Octal 225 10 41 0 137 116 52 535 132 37
Binary 10010101 1000 100001 0 1011111 1001110 101010 101011101 1011010 11111

Color Harmonies of #950821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950821

Black with #950821

Text Example


Text Example

White with #950821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950821; }

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

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

background-color css

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

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

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

border-color css

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

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

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