Html Css Color HEX #900526 Carmine

📋 copy color: '#900526'

red 144 ◦ green 5 ◦ blue 38

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

Shades of Carmine #900526

Tints of Carmine #900526

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.67%

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

R = 77.01%
G = 2.67%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.44

RGB Variations

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

Color information

#900526 (or 0x900526) is known color: Carmine. HEX triplet: 90, 05 and 26. RGB value is (144,5,38). Sum of RGB (Red+Green+Blue) = 144+5+38=187 (24% of max value = 765). Red value is 144 (56.64% from 255 or 77.01% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 38 (15.23% from 255 or 20.32% from 187); Max value from RGB is 144 - color contains mainly: red. Hex color #900526 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900526 is #6FFAD9. Grayscale: #323232. Windows color (decimal): -7338714 or 2491792. OLE color: 2491792.

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

Color convert

RGB 144 5 38 -
CMYK 0 0.97 0.74 0.44
HSL 345.76º 0.93% 0.29% -
HSV(B) 345.76º 0.97% 0.56% -
XYZ 11.91 6.18 2.4 -
YUV 50.32 121.05 194.82 -
System Red Green Blue C M Y K H S L
Decimal 144 5 38 0 0.97 0.74 0.44 345.76 0.93 0.29
Hex 90 5 26 0 61 4A 2C 15A 5D 1D
Octal 220 5 46 0 141 112 54 532 135 35
Binary 10010000 101 100110 0 1100001 1001010 101100 101011010 1011101 11101

Color Harmonies of #900526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900526

Black with #900526

Text Example


Text Example

White with #900526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900526; }

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

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

background-color css

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

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

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

border-color css

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

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

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