Html Css Color HEX #AC123D Cardinal

📋 copy color: '#AC123D'

red 172 ◦ green 18 ◦ blue 61

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

Shades of Cardinal #AC123D

Tints of Cardinal #AC123D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.17%

 BLUE value IS 61 (24.22% from 255) = 24.3%

R = 68.53%
G = 7.17%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC123D (or 0xAC123D) is known color: Cardinal. HEX triplet: AC, 12 and 3D. RGB value is (172,18,61). Sum of RGB (Red+Green+Blue) = 172+18+61=251 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.53% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 61 (24.22% from 255 or 24.30% from 251); Max value from RGB is 172 - color contains mainly: red. Hex color #AC123D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC123D is #53EDC2. Grayscale: #444444. Windows color (decimal): -5500355 or 4002476. OLE color: 4002476.

HSL color Cylindrical-coordinate representation of color #AC123D: hue angle of 343.25º degrees, saturation: 0.81, 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 #AC123D is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 18 61 -
CMYK 0 0.90 0.65 0.33
HSL 343.25º 0.81% 0.37% -
HSV(B) 343.25º 0.9% 0.67% -
XYZ 18.07 9.54 5.3 -
YUV 68.95 123.52 201.5 -
System Red Green Blue C M Y K H S L
Decimal 172 18 61 0 0.90 0.65 0.33 343.25 0.81 0.37
Hex AC 12 3D 0 5A 41 21 157 51 25
Octal 254 22 75 0 132 101 41 527 121 45
Binary 10101100 10010 111101 0 1011010 1000001 100001 101010111 1010001 100101

Color Harmonies of #AC123D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC123D

Black with #AC123D

Text Example


Text Example

White with #AC123D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC123D; }

 p { color: rgb(172,18,61); }

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

background-color css

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

 a { background-color: rgb(172,18,61); }

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

border-color css

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

 span { border-color: rgb(172,18,61); }

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