Html Css Color HEX #AC2130 Cardinal

📋 copy color: '#AC2130'

red 172 ◦ green 33 ◦ blue 48

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

Shades of Cardinal #AC2130

Tints of Cardinal #AC2130

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.04%

 BLUE value IS 48 (19.14% from 255) = 18.97%

R = 67.98%
G = 13.04%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AC2130 (or 0xAC2130) is known color: Cardinal. HEX triplet: AC, 21 and 30. RGB value is (172,33,48). Sum of RGB (Red+Green+Blue) = 172+33+48=253 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.98% from 253); Green value is 33 (13.28% from 255 or 13.04% from 253); Blue value is 48 (19.14% from 255 or 18.97% from 253); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2130 is #53DECF. Grayscale: #4C4C4C. Windows color (decimal): -5496528 or 3154348. OLE color: 3154348.

HSL color Cylindrical-coordinate representation of color #AC2130: hue angle of 353.53º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC2130 is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 33 48 -
CMYK 0 0.81 0.72 0.33
HSL 353.53º 0.68% 0.4% -
HSV(B) 353.53º 0.81% 0.67% -
XYZ 18.09 10.07 3.79 -
YUV 76.27 112.05 196.28 -
System Red Green Blue C M Y K H S L
Decimal 172 33 48 0 0.81 0.72 0.33 353.53 0.68 0.4
Hex AC 21 30 0 51 48 21 162 44 28
Octal 254 41 60 0 121 110 41 542 104 50
Binary 10101100 100001 110000 0 1010001 1001000 100001 101100010 1000100 101000

Color Harmonies of #AC2130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2130

Black with #AC2130

Text Example


Text Example

White with #AC2130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2130; }

 p { color: rgb(172,33,48); }

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

background-color css

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

 a { background-color: rgb(172,33,48); }

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

border-color css

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

 span { border-color: rgb(172,33,48); }

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