Html Css Color HEX #AC033B Cardinal

📋 copy color: '#AC033B'

red 172 ◦ green 3 ◦ blue 59

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

Shades of Cardinal #AC033B

Tints of Cardinal #AC033B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.28%

 BLUE value IS 59 (23.44% from 255) = 25.21%

R = 73.5%
G = 1.28%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC033B (or 0xAC033B) is known color: Cardinal. HEX triplet: AC, 03 and 3B. RGB value is (172,3,59). Sum of RGB (Red+Green+Blue) = 172+3+59=234 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.50% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 59 (23.44% from 255 or 25.21% from 234); Max value from RGB is 172 - color contains mainly: red. Hex color #AC033B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC033B is #53FCC4. Grayscale: #3B3B3B. Windows color (decimal): -5504197 or 3867564. OLE color: 3867564.

HSL color Cylindrical-coordinate representation of color #AC033B: hue angle of 340.12º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC033B is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 3 59 -
CMYK 0 0.98 0.66 0.33
HSL 340.12º 0.97% 0.34% -
HSV(B) 340.12º 0.98% 0.67% -
XYZ 17.84 9.15 4.96 -
YUV 59.92 127.49 207.95 -
System Red Green Blue C M Y K H S L
Decimal 172 3 59 0 0.98 0.66 0.33 340.12 0.97 0.34
Hex AC 3 3B 0 62 42 21 154 61 22
Octal 254 3 73 0 142 102 41 524 141 42
Binary 10101100 11 111011 0 1100010 1000010 100001 101010100 1100001 100010

Color Harmonies of #AC033B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC033B

Black with #AC033B

Text Example


Text Example

White with #AC033B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC033B; }

 p { color: rgb(172,3,59); }

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

background-color css

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

 a { background-color: rgb(172,3,59); }

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

border-color css

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

 span { border-color: rgb(172,3,59); }

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