Html Css Color HEX #AC063E Cardinal

📋 copy color: '#AC063E'

red 172 ◦ green 6 ◦ blue 62

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

Shades of Cardinal #AC063E

Tints of Cardinal #AC063E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.5%

 BLUE value IS 62 (24.61% from 255) = 25.83%

R = 71.67%
G = 2.5%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AC063E (or 0xAC063E) is known color: Cardinal. HEX triplet: AC, 06 and 3E. RGB value is (172,6,62). Sum of RGB (Red+Green+Blue) = 172+6+62=240 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.67% from 240); Green value is 6 (2.73% from 255 or 2.5% from 240); Blue value is 62 (24.61% from 255 or 25.83% from 240); Max value from RGB is 172 - color contains mainly: red. Hex color #AC063E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC063E is #53F9C1. Grayscale: #3D3D3D. Windows color (decimal): -5503426 or 4064940. OLE color: 4064940.

HSL color Cylindrical-coordinate representation of color #AC063E: hue angle of 339.76º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC063E is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 6 62 -
CMYK 0 0.97 0.64 0.33
HSL 339.76º 0.93% 0.35% -
HSV(B) 339.76º 0.97% 0.67% -
XYZ 17.95 9.25 5.4 -
YUV 62.02 128 206.45 -
System Red Green Blue C M Y K H S L
Decimal 172 6 62 0 0.97 0.64 0.33 339.76 0.93 0.35
Hex AC 6 3E 0 61 40 21 154 5D 23
Octal 254 6 76 0 141 100 41 524 135 43
Binary 10101100 110 111110 0 1100001 1000000 100001 101010100 1011101 100011

Color Harmonies of #AC063E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC063E

Black with #AC063E

Text Example


Text Example

White with #AC063E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC063E; }

 p { color: rgb(172,6,62); }

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

background-color css

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

 a { background-color: rgb(172,6,62); }

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

border-color css

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

 span { border-color: rgb(172,6,62); }

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