Html Css Color HEX #901029 Carmine

📋 copy color: '#901029'

red 144 ◦ green 16 ◦ blue 41

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

Shades of Carmine #901029

Tints of Carmine #901029

RGB

 RED value IS 144 (56.64% from 255) = 71.64%

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

 BLUE value IS 41 (16.41% from 255) = 20.4%

R = 71.64%
G = 7.96%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.44

RGB Variations

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

Color information

#901029 (or 0x901029) is known color: Carmine. HEX triplet: 90, 10 and 29. RGB value is (144,16,41). Sum of RGB (Red+Green+Blue) = 144+16+41=201 (26% of max value = 765). Red value is 144 (56.64% from 255 or 71.64% from 201); Green value is 16 (6.64% from 255 or 7.96% from 201); Blue value is 41 (16.41% from 255 or 20.40% from 201); Max value from RGB is 144 - color contains mainly: red. Hex color #901029 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #901029 is #6FEFD6. Grayscale: #393939. Windows color (decimal): -7335895 or 2691216. OLE color: 2691216.

HSL color Cylindrical-coordinate representation of color #901029: hue angle of 348.28º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #901029 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 16 41 -
CMYK 0 0.89 0.72 0.44
HSL 348.28º 0.8% 0.31% -
HSV(B) 348.28º 0.89% 0.56% -
XYZ 12.09 6.46 2.71 -
YUV 57.12 118.91 189.97 -
System Red Green Blue C M Y K H S L
Decimal 144 16 41 0 0.89 0.72 0.44 348.28 0.8 0.31
Hex 90 10 29 0 59 48 2C 15C 50 1F
Octal 220 20 51 0 131 110 54 534 120 37
Binary 10010000 10000 101001 0 1011001 1001000 101100 101011100 1010000 11111

Color Harmonies of #901029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901029

Black with #901029

Text Example


Text Example

White with #901029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901029; }

 p { color: rgb(144,16,41); }

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

background-color css

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

 a { background-color: rgb(144,16,41); }

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

border-color css

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

 span { border-color: rgb(144,16,41); }

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