Html Css Color HEX #A90B15 Carmine

📋 copy color: '#A90B15'

red 169 ◦ green 11 ◦ blue 21

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

Shades of Carmine #A90B15

Tints of Carmine #A90B15

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.47%

 BLUE value IS 21 (8.59% from 255) = 10.45%

R = 84.08%
G = 5.47%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A90B15 (or 0xA90B15) is known color: Carmine. HEX triplet: A9, 0B and 15. RGB value is (169,11,21). Sum of RGB (Red+Green+Blue) = 169+11+21=201 (26% of max value = 765). Red value is 169 (66.41% from 255 or 84.08% from 201); Green value is 11 (4.69% from 255 or 5.47% from 201); Blue value is 21 (8.59% from 255 or 10.45% from 201); Max value from RGB is 169 - color contains mainly: red. Hex color #A90B15 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90B15 is #56F4EA. Grayscale: #3B3B3B. Windows color (decimal): -5698795 or 1379241. OLE color: 1379241.

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

Color convert

RGB 169 11 21 -
CMYK 0 0.93 0.88 0.34
HSL 356.2º 0.88% 0.35% -
HSV(B) 356.2º 0.93% 0.66% -
XYZ 16.62 8.73 1.52 -
YUV 59.38 106.35 206.19 -
System Red Green Blue C M Y K H S L
Decimal 169 11 21 0 0.93 0.88 0.34 356.2 0.88 0.35
Hex A9 B 15 0 5D 58 22 164 58 23
Octal 251 13 25 0 135 130 42 544 130 43
Binary 10101001 1011 10101 0 1011101 1011000 100010 101100100 1011000 100011

Color Harmonies of #A90B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90B15

Black with #A90B15

Text Example


Text Example

White with #A90B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90B15; }

 p { color: rgb(169,11,21); }

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

background-color css

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

 a { background-color: rgb(169,11,21); }

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

border-color css

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

 span { border-color: rgb(169,11,21); }

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