Html Css Color HEX #A92240 Cardinal

📋 copy color: '#A92240'

red 169 ◦ green 34 ◦ blue 64

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

Shades of Cardinal #A92240

Tints of Cardinal #A92240

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.73%

 BLUE value IS 64 (25.39% from 255) = 23.97%

R = 63.3%
G = 12.73%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A92240 (or 0xA92240) is known color: Cardinal. HEX triplet: A9, 22 and 40. RGB value is (169,34,64). Sum of RGB (Red+Green+Blue) = 169+34+64=267 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.30% from 267); Green value is 34 (13.67% from 255 or 12.73% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 169 - color contains mainly: red. Hex color #A92240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92240 is #56DDBF. Grayscale: #4D4D4D. Windows color (decimal): -5692864 or 4203177. OLE color: 4203177.

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

Color convert

RGB 169 34 64 -
CMYK 0 0.80 0.62 0.34
HSL 346.67º 0.67% 0.4% -
HSV(B) 346.67º 0.8% 0.66% -
XYZ 17.86 9.95 5.83 -
YUV 77.79 120.23 193.06 -
System Red Green Blue C M Y K H S L
Decimal 169 34 64 0 0.80 0.62 0.34 346.67 0.67 0.4
Hex A9 22 40 0 50 3E 22 15B 43 28
Octal 251 42 100 0 120 76 42 533 103 50
Binary 10101001 100010 1000000 0 1010000 111110 100010 101011011 1000011 101000

Color Harmonies of #A92240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92240

Black with #A92240

Text Example


Text Example

White with #A92240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92240; }

 p { color: rgb(169,34,64); }

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

background-color css

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

 a { background-color: rgb(169,34,64); }

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

border-color css

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

 span { border-color: rgb(169,34,64); }

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