Html Css Color HEX #AC1435 Cardinal

📋 copy color: '#AC1435'

red 172 ◦ green 20 ◦ blue 53

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

Shades of Cardinal #AC1435

Tints of Cardinal #AC1435

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.16%

 BLUE value IS 53 (21.09% from 255) = 21.63%

R = 70.2%
G = 8.16%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AC1435 (or 0xAC1435) is known color: Cardinal. HEX triplet: AC, 14 and 35. RGB value is (172,20,53). Sum of RGB (Red+Green+Blue) = 172+20+53=245 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.20% from 245); Green value is 20 (8.20% from 255 or 8.16% from 245); Blue value is 53 (21.09% from 255 or 21.63% from 245); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1435 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1435 is #53EBCA. Grayscale: #454545. Windows color (decimal): -5499851 or 3478700. OLE color: 3478700.

HSL color Cylindrical-coordinate representation of color #AC1435: hue angle of 346.97º degrees, saturation: 0.79, 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 #AC1435 is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 20 53 -
CMYK 0 0.88 0.69 0.33
HSL 346.97º 0.79% 0.38% -
HSV(B) 346.97º 0.88% 0.67% -
XYZ 17.91 9.53 4.26 -
YUV 69.21 118.86 201.32 -
System Red Green Blue C M Y K H S L
Decimal 172 20 53 0 0.88 0.69 0.33 346.97 0.79 0.38
Hex AC 14 35 0 58 45 21 15B 4F 26
Octal 254 24 65 0 130 105 41 533 117 46
Binary 10101100 10100 110101 0 1011000 1000101 100001 101011011 1001111 100110

Color Harmonies of #AC1435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1435

Black with #AC1435

Text Example


Text Example

White with #AC1435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1435; }

 p { color: rgb(172,20,53); }

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

background-color css

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

 a { background-color: rgb(172,20,53); }

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

border-color css

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

 span { border-color: rgb(172,20,53); }

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