Html Css Color HEX #A90237 Carmine

📋 copy color: '#A90237'

red 169 ◦ green 2 ◦ blue 55

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

Shades of Carmine #A90237

Tints of Carmine #A90237

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.88%

 BLUE value IS 55 (21.88% from 255) = 24.34%

R = 74.78%
G = 0.88%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.34

RGB Variations

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

Color information

#A90237 (or 0xA90237) is known color: Carmine. HEX triplet: A9, 02 and 37. RGB value is (169,2,55). Sum of RGB (Red+Green+Blue) = 169+2+55=226 (29% of max value = 765). Red value is 169 (66.41% from 255 or 74.78% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 55 (21.88% from 255 or 24.34% from 226); Max value from RGB is 169 - color contains mainly: red. Hex color #A90237 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90237 is #56FDC8. Grayscale: #393939. Windows color (decimal): -5701065 or 3605161. OLE color: 3605161.

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

Color convert

RGB 169 2 55 -
CMYK 0 0.99 0.67 0.34
HSL 340.96º 0.98% 0.34% -
HSV(B) 340.96º 0.99% 0.66% -
XYZ 17.07 8.75 4.4 -
YUV 57.98 126.33 207.19 -
System Red Green Blue C M Y K H S L
Decimal 169 2 55 0 0.99 0.67 0.34 340.96 0.98 0.34
Hex A9 2 37 0 63 43 22 155 62 22
Octal 251 2 67 0 143 103 42 525 142 42
Binary 10101001 10 110111 0 1100011 1000011 100010 101010101 1100010 100010

Color Harmonies of #A90237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90237

Black with #A90237

Text Example


Text Example

White with #A90237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90237; }

 p { color: rgb(169,2,55); }

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

background-color css

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

 a { background-color: rgb(169,2,55); }

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

border-color css

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

 span { border-color: rgb(169,2,55); }

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