Html Css Color HEX #AC283A Cardinal

📋 copy color: '#AC283A'

red 172 ◦ green 40 ◦ blue 58

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

Shades of Cardinal #AC283A

Tints of Cardinal #AC283A

RGB

 RED value IS 172 (67.58% from 255) = 63.7%

 GREEN value IS 40 (16.02% from 255) = 14.81%

 BLUE value IS 58 (23.05% from 255) = 21.48%

R = 63.7%
G = 14.81%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC283A (or 0xAC283A) is known color: Cardinal. HEX triplet: AC, 28 and 3A. RGB value is (172,40,58). Sum of RGB (Red+Green+Blue) = 172+40+58=270 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.70% from 270); Green value is 40 (16.02% from 255 or 14.81% from 270); Blue value is 58 (23.05% from 255 or 21.48% from 270); Max value from RGB is 172 - color contains mainly: red. Hex color #AC283A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC283A is #53D7C5. Grayscale: #515151. Windows color (decimal): -5494726 or 3811500. OLE color: 3811500.

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

Color convert

RGB 172 40 58 -
CMYK 0 0.77 0.66 0.33
HSL 351.82º 0.62% 0.42% -
HSV(B) 351.82º 0.77% 0.67% -
XYZ 18.54 10.59 5.07 -
YUV 81.52 114.73 192.54 -
System Red Green Blue C M Y K H S L
Decimal 172 40 58 0 0.77 0.66 0.33 351.82 0.62 0.42
Hex AC 28 3A 0 4D 42 21 160 3E 2A
Octal 254 50 72 0 115 102 41 540 76 52
Binary 10101100 101000 111010 0 1001101 1000010 100001 101100000 111110 101010

Color Harmonies of #AC283A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC283A

Black with #AC283A

Text Example


Text Example

White with #AC283A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC283A; }

 p { color: rgb(172,40,58); }

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

background-color css

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

 a { background-color: rgb(172,40,58); }

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

border-color css

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

 span { border-color: rgb(172,40,58); }

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