Html Css Color HEX #AC1135 Cardinal

📋 copy color: '#AC1135'

red 172 ◦ green 17 ◦ blue 53

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

Shades of Cardinal #AC1135

Tints of Cardinal #AC1135

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.02%

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

R = 71.07%
G = 7.02%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AC1135 (or 0xAC1135) is known color: Cardinal. HEX triplet: AC, 11 and 35. RGB value is (172,17,53). Sum of RGB (Red+Green+Blue) = 172+17+53=242 (32% of max value = 765). Red value is 172 (67.58% from 255 or 71.07% from 242); Green value is 17 (7.03% from 255 or 7.02% from 242); Blue value is 53 (21.09% from 255 or 21.90% from 242); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1135 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1135 is #53EECA. Grayscale: #434343. Windows color (decimal): -5500619 or 3477932. OLE color: 3477932.

HSL color Cylindrical-coordinate representation of color #AC1135: hue angle of 346.06º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC1135 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 17 53 -
CMYK 0 0.90 0.69 0.33
HSL 346.06º 0.82% 0.37% -
HSV(B) 346.06º 0.9% 0.67% -
XYZ 17.86 9.43 4.25 -
YUV 67.45 119.85 202.57 -
System Red Green Blue C M Y K H S L
Decimal 172 17 53 0 0.90 0.69 0.33 346.06 0.82 0.37
Hex AC 11 35 0 5A 45 21 15A 52 25
Octal 254 21 65 0 132 105 41 532 122 45
Binary 10101100 10001 110101 0 1011010 1000101 100001 101011010 1010010 100101

Color Harmonies of #AC1135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1135

Black with #AC1135

Text Example


Text Example

White with #AC1135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1135; }

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

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

background-color css

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

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

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

border-color css

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

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

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