Html Css Color HEX #AC063D Cardinal

📋 copy color: '#AC063D'

red 172 ◦ green 6 ◦ blue 61

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

Shades of Cardinal #AC063D

Tints of Cardinal #AC063D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 25.52%

R = 71.97%
G = 2.51%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC063D (or 0xAC063D) is known color: Cardinal. HEX triplet: AC, 06 and 3D. RGB value is (172,6,61). Sum of RGB (Red+Green+Blue) = 172+6+61=239 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.97% from 239); Green value is 6 (2.73% from 255 or 2.51% from 239); Blue value is 61 (24.22% from 255 or 25.52% from 239); Max value from RGB is 172 - color contains mainly: red. Hex color #AC063D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC063D is #53F9C2. Grayscale: #3D3D3D. Windows color (decimal): -5503427 or 3999404. OLE color: 3999404.

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

Color convert

RGB 172 6 61 -
CMYK 0 0.97 0.65 0.33
HSL 340.12º 0.93% 0.35% -
HSV(B) 340.12º 0.97% 0.67% -
XYZ 17.92 9.24 5.25 -
YUV 61.9 127.5 206.53 -
System Red Green Blue C M Y K H S L
Decimal 172 6 61 0 0.97 0.65 0.33 340.12 0.93 0.35
Hex AC 6 3D 0 61 41 21 154 5D 23
Octal 254 6 75 0 141 101 41 524 135 43
Binary 10101100 110 111101 0 1100001 1000001 100001 101010100 1011101 100011

Color Harmonies of #AC063D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC063D

Black with #AC063D

Text Example


Text Example

White with #AC063D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC063D; }

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

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

background-color css

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

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

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

border-color css

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

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

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