Html Css Color HEX #AC1427 Cardinal

📋 copy color: '#AC1427'

red 172 ◦ green 20 ◦ blue 39

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

Shades of Cardinal #AC1427

Tints of Cardinal #AC1427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 16.88%

R = 74.46%
G = 8.66%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC1427 (or 0xAC1427) is known color: Cardinal. HEX triplet: AC, 14 and 27. RGB value is (172,20,39). Sum of RGB (Red+Green+Blue) = 172+20+39=231 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.46% from 231); Green value is 20 (8.20% from 255 or 8.66% from 231); Blue value is 39 (15.62% from 255 or 16.88% from 231); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1427 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1427 is #53EBD8. Grayscale: #434343. Windows color (decimal): -5499865 or 2561196. OLE color: 2561196.

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

Color convert

RGB 172 20 39 -
CMYK 0 0.88 0.77 0.33
HSL 352.5º 0.79% 0.38% -
HSV(B) 352.5º 0.88% 0.67% -
XYZ 17.63 9.42 2.81 -
YUV 67.61 111.86 202.46 -
System Red Green Blue C M Y K H S L
Decimal 172 20 39 0 0.88 0.77 0.33 352.5 0.79 0.38
Hex AC 14 27 0 58 4D 21 160 4F 26
Octal 254 24 47 0 130 115 41 540 117 46
Binary 10101100 10100 100111 0 1011000 1001101 100001 101100000 1001111 100110

Color Harmonies of #AC1427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1427

Black with #AC1427

Text Example


Text Example

White with #AC1427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1427; }

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

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

background-color css

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

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

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

border-color css

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

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

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