Html Css Color HEX #AC233E Cardinal

📋 copy color: '#AC233E'

red 172 ◦ green 35 ◦ blue 62

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

Shades of Cardinal #AC233E

Tints of Cardinal #AC233E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.01%

 BLUE value IS 62 (24.61% from 255) = 23.05%

R = 63.94%
G = 13.01%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AC233E (or 0xAC233E) is known color: Cardinal. HEX triplet: AC, 23 and 3E. RGB value is (172,35,62). Sum of RGB (Red+Green+Blue) = 172+35+62=269 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.94% from 269); Green value is 35 (14.06% from 255 or 13.01% from 269); Blue value is 62 (24.61% from 255 or 23.05% from 269); Max value from RGB is 172 - color contains mainly: red. Hex color #AC233E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC233E is #53DCC1. Grayscale: #4F4F4F. Windows color (decimal): -5496002 or 4072364. OLE color: 4072364.

HSL color Cylindrical-coordinate representation of color #AC233E: hue angle of 348.18º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC233E is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 35 62 -
CMYK 0 0.80 0.64 0.33
HSL 348.18º 0.66% 0.41% -
HSV(B) 348.18º 0.8% 0.67% -
XYZ 18.48 10.32 5.58 -
YUV 79.04 118.39 194.3 -
System Red Green Blue C M Y K H S L
Decimal 172 35 62 0 0.80 0.64 0.33 348.18 0.66 0.41
Hex AC 23 3E 0 50 40 21 15C 42 29
Octal 254 43 76 0 120 100 41 534 102 51
Binary 10101100 100011 111110 0 1010000 1000000 100001 101011100 1000010 101001

Color Harmonies of #AC233E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC233E

Black with #AC233E

Text Example


Text Example

White with #AC233E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC233E; }

 p { color: rgb(172,35,62); }

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

background-color css

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

 a { background-color: rgb(172,35,62); }

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

border-color css

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

 span { border-color: rgb(172,35,62); }

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