Html Css Color HEX #AC0337 Cardinal

📋 copy color: '#AC0337'

red 172 ◦ green 3 ◦ blue 55

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

Shades of Cardinal #AC0337

Tints of Cardinal #AC0337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 23.91%

R = 74.78%
G = 1.3%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AC0337 (or 0xAC0337) is known color: Cardinal. HEX triplet: AC, 03 and 37. RGB value is (172,3,55). Sum of RGB (Red+Green+Blue) = 172+3+55=230 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.78% from 230); Green value is 3 (1.56% from 255 or 1.30% from 230); Blue value is 55 (21.88% from 255 or 23.91% from 230); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0337 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0337 is #53FCC8. Grayscale: #3B3B3B. Windows color (decimal): -5504201 or 3605420. OLE color: 3605420.

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

Color convert

RGB 172 3 55 -
CMYK 0 0.98 0.68 0.33
HSL 341.54º 0.97% 0.34% -
HSV(B) 341.54º 0.98% 0.67% -
XYZ 17.74 9.11 4.44 -
YUV 59.46 125.49 208.27 -
System Red Green Blue C M Y K H S L
Decimal 172 3 55 0 0.98 0.68 0.33 341.54 0.97 0.34
Hex AC 3 37 0 62 44 21 156 61 22
Octal 254 3 67 0 142 104 41 526 141 42
Binary 10101100 11 110111 0 1100010 1000100 100001 101010110 1100001 100010

Color Harmonies of #AC0337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0337

Black with #AC0337

Text Example


Text Example

White with #AC0337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0337; }

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

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

background-color css

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

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

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

border-color css

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

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

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