Html Css Color HEX #900326 Carmine

📋 copy color: '#900326'

red 144 ◦ green 3 ◦ blue 38

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

Shades of Carmine #900326

Tints of Carmine #900326

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.62%

 BLUE value IS 38 (15.23% from 255) = 20.54%

R = 77.84%
G = 1.62%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.44

RGB Variations

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

Color information

#900326 (or 0x900326) is known color: Carmine. HEX triplet: 90, 03 and 26. RGB value is (144,3,38). Sum of RGB (Red+Green+Blue) = 144+3+38=185 (24% of max value = 765). Red value is 144 (56.64% from 255 or 77.84% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 38 (15.23% from 255 or 20.54% from 185); Max value from RGB is 144 - color contains mainly: red. Hex color #900326 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900326 is #6FFCD9. Grayscale: #313131. Windows color (decimal): -7339226 or 2491280. OLE color: 2491280.

HSL color Cylindrical-coordinate representation of color #900326: hue angle of 345.11º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #900326 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 3 38 -
CMYK 0 0.98 0.74 0.44
HSL 345.11º 0.96% 0.29% -
HSV(B) 345.11º 0.98% 0.56% -
XYZ 11.88 6.13 2.39 -
YUV 49.15 121.71 195.65 -
System Red Green Blue C M Y K H S L
Decimal 144 3 38 0 0.98 0.74 0.44 345.11 0.96 0.29
Hex 90 3 26 0 62 4A 2C 159 60 1D
Octal 220 3 46 0 142 112 54 531 140 35
Binary 10010000 11 100110 0 1100010 1001010 101100 101011001 1100000 11101

Color Harmonies of #900326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900326

Black with #900326

Text Example


Text Example

White with #900326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900326; }

 p { color: rgb(144,3,38); }

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

background-color css

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

 a { background-color: rgb(144,3,38); }

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

border-color css

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

 span { border-color: rgb(144,3,38); }

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