Html Css Color HEX #AC2334 Cardinal

📋 copy color: '#AC2334'

red 172 ◦ green 35 ◦ blue 52

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

Shades of Cardinal #AC2334

Tints of Cardinal #AC2334

RGB

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

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

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

R = 66.41%
G = 13.51%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AC2334 (or 0xAC2334) is known color: Cardinal. HEX triplet: AC, 23 and 34. RGB value is (172,35,52). Sum of RGB (Red+Green+Blue) = 172+35+52=259 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.41% from 259); Green value is 35 (14.06% from 255 or 13.51% from 259); Blue value is 52 (20.70% from 255 or 20.08% from 259); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2334 is #53DCCB. Grayscale: #4D4D4D. Windows color (decimal): -5496012 or 3417004. OLE color: 3417004.

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

Color convert

RGB 172 35 52 -
CMYK 0 0.80 0.70 0.33
HSL 352.55º 0.66% 0.41% -
HSV(B) 352.55º 0.8% 0.67% -
XYZ 18.23 10.22 4.26 -
YUV 77.9 113.39 195.12 -
System Red Green Blue C M Y K H S L
Decimal 172 35 52 0 0.80 0.70 0.33 352.55 0.66 0.41
Hex AC 23 34 0 50 46 21 161 42 29
Octal 254 43 64 0 120 106 41 541 102 51
Binary 10101100 100011 110100 0 1010000 1000110 100001 101100001 1000010 101001

Color Harmonies of #AC2334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2334

Black with #AC2334

Text Example


Text Example

White with #AC2334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2334; }

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

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

background-color css

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

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

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

border-color css

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

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

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