Html Css Color HEX #A90038 Carmine

📋 copy color: '#A90038'

red 169 ◦ green 0 ◦ blue 56

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

Shades of Carmine #A90038

Tints of Carmine #A90038

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 56 (22.27% from 255) = 24.89%

R = 75.11%
G = 0%
B = 24.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.67

 K value IS 0.34

RGB Variations

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

Color information

#A90038 (or 0xA90038) is known color: Carmine. HEX triplet: A9, 00 and 38. RGB value is (169,0,56). Sum of RGB (Red+Green+Blue) = 169+0+56=225 (29% of max value = 765). Red value is 169 (66.41% from 255 or 75.11% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 56 (22.27% from 255 or 24.89% from 225); Max value from RGB is 169 - color contains mainly: red. Hex color #A90038 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90038 is #56FFC7. Grayscale: #383838. Windows color (decimal): -5701576 or 3670185. OLE color: 3670185.

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

Color convert

RGB 169 0 56 -
CMYK 0 1 0.67 0.34
HSL 340.12º 1% 0.33% -
HSV(B) 340.12º 1% 0.66% -
XYZ 17.08 8.72 4.52 -
YUV 56.92 127.49 207.95 -
System Red Green Blue C M Y K H S L
Decimal 169 0 56 0 1 0.67 0.34 340.12 1 0.33
Hex A9 0 38 0 64 43 22 154 64 21
Octal 251 0 70 0 144 103 42 524 144 41
Binary 10101001 0 111000 0 1100100 1000011 100010 101010100 1100100 100001

Color Harmonies of #A90038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90038

Black with #A90038

Text Example


Text Example

White with #A90038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90038; }

 p { color: rgb(169,0,56); }

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

background-color css

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

 a { background-color: rgb(169,0,56); }

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

border-color css

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

 span { border-color: rgb(169,0,56); }

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