Html Css Color HEX #AC0D3D Cardinal

📋 copy color: '#AC0D3D'

red 172 ◦ green 13 ◦ blue 61

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

Shades of Cardinal #AC0D3D

Tints of Cardinal #AC0D3D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.28%

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

R = 69.92%
G = 5.28%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC0D3D (or 0xAC0D3D) is known color: Cardinal. HEX triplet: AC, 0D and 3D. RGB value is (172,13,61). Sum of RGB (Red+Green+Blue) = 172+13+61=246 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.92% from 246); Green value is 13 (5.47% from 255 or 5.28% from 246); Blue value is 61 (24.22% from 255 or 24.80% from 246); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0D3D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0D3D is #53F2C2. Grayscale: #414141. Windows color (decimal): -5501635 or 4001196. OLE color: 4001196.

HSL color Cylindrical-coordinate representation of color #AC0D3D: hue angle of 341.89º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC0D3D is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 13 61 -
CMYK 0 0.92 0.65 0.33
HSL 341.89º 0.86% 0.36% -
HSV(B) 341.89º 0.92% 0.67% -
XYZ 18 9.4 5.28 -
YUV 66.01 125.18 203.6 -
System Red Green Blue C M Y K H S L
Decimal 172 13 61 0 0.92 0.65 0.33 341.89 0.86 0.36
Hex AC D 3D 0 5C 41 21 156 56 24
Octal 254 15 75 0 134 101 41 526 126 44
Binary 10101100 1101 111101 0 1011100 1000001 100001 101010110 1010110 100100

Color Harmonies of #AC0D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0D3D

Black with #AC0D3D

Text Example


Text Example

White with #AC0D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0D3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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