Html Css Color HEX #AC063A Cardinal

📋 copy color: '#AC063A'

red 172 ◦ green 6 ◦ blue 58

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

Shades of Cardinal #AC063A

Tints of Cardinal #AC063A

RGB

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

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

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

R = 72.88%
G = 2.54%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC063A (or 0xAC063A) is known color: Cardinal. HEX triplet: AC, 06 and 3A. RGB value is (172,6,58). Sum of RGB (Red+Green+Blue) = 172+6+58=236 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.88% from 236); Green value is 6 (2.73% from 255 or 2.54% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 172 - color contains mainly: red. Hex color #AC063A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC063A is #53F9C5. Grayscale: #3D3D3D. Windows color (decimal): -5503430 or 3802796. OLE color: 3802796.

HSL color Cylindrical-coordinate representation of color #AC063A: hue angle of 341.2º 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 #AC063A is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 6 58 -
CMYK 0 0.97 0.66 0.33
HSL 341.2º 0.93% 0.35% -
HSV(B) 341.2º 0.97% 0.67% -
XYZ 17.84 9.21 4.84 -
YUV 61.56 126 206.77 -
System Red Green Blue C M Y K H S L
Decimal 172 6 58 0 0.97 0.66 0.33 341.2 0.93 0.35
Hex AC 6 3A 0 61 42 21 155 5D 23
Octal 254 6 72 0 141 102 41 525 135 43
Binary 10101100 110 111010 0 1100001 1000010 100001 101010101 1011101 100011

Color Harmonies of #AC063A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC063A

Black with #AC063A

Text Example


Text Example

White with #AC063A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC063A; }

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

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

background-color css

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

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

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

border-color css

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

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

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