Html Css Color HEX #A90928 Carmine

📋 copy color: '#A90928'

red 169 ◦ green 9 ◦ blue 40

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

Shades of Carmine #A90928

Tints of Carmine #A90928

RGB

 RED value IS 169 (66.41% from 255) = 77.52%

 GREEN value IS 9 (3.91% from 255) = 4.13%

 BLUE value IS 40 (16.02% from 255) = 18.35%

R = 77.52%
G = 4.13%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.76

 K value IS 0.34

RGB Variations

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

Color information

#A90928 (or 0xA90928) is known color: Carmine. HEX triplet: A9, 09 and 28. RGB value is (169,9,40). Sum of RGB (Red+Green+Blue) = 169+9+40=218 (28% of max value = 765). Red value is 169 (66.41% from 255 or 77.52% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 40 (16.02% from 255 or 18.35% from 218); Max value from RGB is 169 - color contains mainly: red. Hex color #A90928 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90928 is #56F6D7. Grayscale: #3C3C3C. Windows color (decimal): -5699288 or 2623913. OLE color: 2623913.

HSL color Cylindrical-coordinate representation of color #A90928: hue angle of 348.38º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A90928 is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 9 40 -
CMYK 0 0.95 0.76 0.34
HSL 348.38º 0.9% 0.35% -
HSV(B) 348.38º 0.95% 0.66% -
XYZ 16.84 8.78 2.82 -
YUV 60.37 116.51 205.48 -
System Red Green Blue C M Y K H S L
Decimal 169 9 40 0 0.95 0.76 0.34 348.38 0.9 0.35
Hex A9 9 28 0 5F 4C 22 15C 5A 23
Octal 251 11 50 0 137 114 42 534 132 43
Binary 10101001 1001 101000 0 1011111 1001100 100010 101011100 1011010 100011

Color Harmonies of #A90928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90928

Black with #A90928

Text Example


Text Example

White with #A90928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90928; }

 p { color: rgb(169,9,40); }

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

background-color css

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

 a { background-color: rgb(169,9,40); }

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

border-color css

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

 span { border-color: rgb(169,9,40); }

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