Html Css Color HEX #900826 Carmine

📋 copy color: '#900826'

red 144 ◦ green 8 ◦ blue 38

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

Shades of Carmine #900826

Tints of Carmine #900826

RGB

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

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

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

R = 75.79%
G = 4.21%
B = 20%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.74

 K value IS 0.44

RGB Variations

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

Color information

#900826 (or 0x900826) is known color: Carmine. HEX triplet: 90, 08 and 26. RGB value is (144,8,38). Sum of RGB (Red+Green+Blue) = 144+8+38=190 (25% of max value = 765). Red value is 144 (56.64% from 255 or 75.79% from 190); Green value is 8 (3.52% from 255 or 4.21% from 190); Blue value is 38 (15.23% from 255 or 20% from 190); Max value from RGB is 144 - color contains mainly: red. Hex color #900826 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900826 is #6FF7D9. Grayscale: #343434. Windows color (decimal): -7337946 or 2492560. OLE color: 2492560.

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

Color convert

RGB 144 8 38 -
CMYK 0 0.94 0.74 0.44
HSL 346.76º 0.89% 0.3% -
HSV(B) 346.76º 0.94% 0.56% -
XYZ 11.94 6.24 2.41 -
YUV 52.08 120.06 193.56 -
System Red Green Blue C M Y K H S L
Decimal 144 8 38 0 0.94 0.74 0.44 346.76 0.89 0.3
Hex 90 8 26 0 5E 4A 2C 15B 59 1E
Octal 220 10 46 0 136 112 54 533 131 36
Binary 10010000 1000 100110 0 1011110 1001010 101100 101011011 1011001 11110

Color Harmonies of #900826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900826

Black with #900826

Text Example


Text Example

White with #900826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900826; }

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

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

background-color css

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

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

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

border-color css

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

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

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