Html Css Color HEX #AC153D Cardinal

📋 copy color: '#AC153D'

red 172 ◦ green 21 ◦ blue 61

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

Shades of Cardinal #AC153D

Tints of Cardinal #AC153D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.27%

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

R = 67.72%
G = 8.27%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC153D (or 0xAC153D) is known color: Cardinal. HEX triplet: AC, 15 and 3D. RGB value is (172,21,61). Sum of RGB (Red+Green+Blue) = 172+21+61=254 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.72% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 61 (24.22% from 255 or 24.02% from 254); Max value from RGB is 172 - color contains mainly: red. Hex color #AC153D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC153D is #53EAC2. Grayscale: #464646. Windows color (decimal): -5499587 or 4003244. OLE color: 4003244.

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

Color convert

RGB 172 21 61 -
CMYK 0 0.88 0.65 0.33
HSL 344.11º 0.78% 0.38% -
HSV(B) 344.11º 0.88% 0.67% -
XYZ 18.12 9.64 5.32 -
YUV 70.71 122.53 200.25 -
System Red Green Blue C M Y K H S L
Decimal 172 21 61 0 0.88 0.65 0.33 344.11 0.78 0.38
Hex AC 15 3D 0 58 41 21 158 4E 26
Octal 254 25 75 0 130 101 41 530 116 46
Binary 10101100 10101 111101 0 1011000 1000001 100001 101011000 1001110 100110

Color Harmonies of #AC153D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC153D

Black with #AC153D

Text Example


Text Example

White with #AC153D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC153D; }

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

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

background-color css

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

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

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

border-color css

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

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

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