Html Css Color HEX #AC1434 Cardinal

📋 copy color: '#AC1434'

red 172 ◦ green 20 ◦ blue 52

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

Shades of Cardinal #AC1434

Tints of Cardinal #AC1434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 21.31%

R = 70.49%
G = 8.2%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AC1434 (or 0xAC1434) is known color: Cardinal. HEX triplet: AC, 14 and 34. RGB value is (172,20,52). Sum of RGB (Red+Green+Blue) = 172+20+52=244 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.49% from 244); Green value is 20 (8.20% from 255 or 8.20% from 244); Blue value is 52 (20.70% from 255 or 21.31% from 244); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1434 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1434 is #53EBCB. Grayscale: #454545. Windows color (decimal): -5499852 or 3413164. OLE color: 3413164.

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

Color convert

RGB 172 20 52 -
CMYK 0 0.88 0.70 0.33
HSL 347.37º 0.79% 0.38% -
HSV(B) 347.37º 0.88% 0.67% -
XYZ 17.88 9.52 4.14 -
YUV 69.1 118.36 201.4 -
System Red Green Blue C M Y K H S L
Decimal 172 20 52 0 0.88 0.70 0.33 347.37 0.79 0.38
Hex AC 14 34 0 58 46 21 15B 4F 26
Octal 254 24 64 0 130 106 41 533 117 46
Binary 10101100 10100 110100 0 1011000 1000110 100001 101011011 1001111 100110

Color Harmonies of #AC1434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1434

Black with #AC1434

Text Example


Text Example

White with #AC1434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1434; }

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

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

background-color css

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

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

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

border-color css

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

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

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