Html Css Color HEX #901423 Carmine

📋 copy color: '#901423'

red 144 ◦ green 20 ◦ blue 35

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

Shades of Carmine #901423

Tints of Carmine #901423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 17.59%

R = 72.36%
G = 10.05%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.44

RGB Variations

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

Color information

#901423 (or 0x901423) is known color: Carmine. HEX triplet: 90, 14 and 23. RGB value is (144,20,35). Sum of RGB (Red+Green+Blue) = 144+20+35=199 (26% of max value = 765). Red value is 144 (56.64% from 255 or 72.36% from 199); Green value is 20 (8.20% from 255 or 10.05% from 199); Blue value is 35 (14.06% from 255 or 17.59% from 199); Max value from RGB is 144 - color contains mainly: red. Hex color #901423 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #901423 is #6FEBDC. Grayscale: #3A3A3A. Windows color (decimal): -7334877 or 2299024. OLE color: 2299024.

HSL color Cylindrical-coordinate representation of color #901423: hue angle of 352.74º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #901423 is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 20 35 -
CMYK 0 0.86 0.76 0.44
HSL 352.74º 0.76% 0.32% -
HSV(B) 352.74º 0.86% 0.56% -
XYZ 12.06 6.55 2.22 -
YUV 58.79 114.58 188.78 -
System Red Green Blue C M Y K H S L
Decimal 144 20 35 0 0.86 0.76 0.44 352.74 0.76 0.32
Hex 90 14 23 0 56 4C 2C 161 4C 20
Octal 220 24 43 0 126 114 54 541 114 40
Binary 10010000 10100 100011 0 1010110 1001100 101100 101100001 1001100 100000

Color Harmonies of #901423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901423

Black with #901423

Text Example


Text Example

White with #901423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901423; }

 p { color: rgb(144,20,35); }

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

background-color css

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

 a { background-color: rgb(144,20,35); }

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

border-color css

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

 span { border-color: rgb(144,20,35); }

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