Html Css Color HEX #AC1C35 Cardinal

📋 copy color: '#AC1C35'

red 172 ◦ green 28 ◦ blue 53

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

Shades of Cardinal #AC1C35

Tints of Cardinal #AC1C35

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.07%

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

R = 67.98%
G = 11.07%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AC1C35 (or 0xAC1C35) is known color: Cardinal. HEX triplet: AC, 1C and 35. RGB value is (172,28,53). Sum of RGB (Red+Green+Blue) = 172+28+53=253 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.98% from 253); Green value is 28 (11.33% from 255 or 11.07% from 253); Blue value is 53 (21.09% from 255 or 20.95% from 253); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1C35 is #53E3CA. Grayscale: #494949. Windows color (decimal): -5497803 or 3480748. OLE color: 3480748.

HSL color Cylindrical-coordinate representation of color #AC1C35: hue angle of 349.58º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC1C35 is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 28 53 -
CMYK 0 0.84 0.69 0.33
HSL 349.58º 0.72% 0.39% -
HSV(B) 349.58º 0.84% 0.67% -
XYZ 18.07 9.86 4.32 -
YUV 73.91 116.21 197.97 -
System Red Green Blue C M Y K H S L
Decimal 172 28 53 0 0.84 0.69 0.33 349.58 0.72 0.39
Hex AC 1C 35 0 54 45 21 15E 48 27
Octal 254 34 65 0 124 105 41 536 110 47
Binary 10101100 11100 110101 0 1010100 1000101 100001 101011110 1001000 100111

Color Harmonies of #AC1C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1C35

Black with #AC1C35

Text Example


Text Example

White with #AC1C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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