Html Css Color HEX #AC0F3C Cardinal

📋 copy color: '#AC0F3C'

red 172 ◦ green 15 ◦ blue 60

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

Shades of Cardinal #AC0F3C

Tints of Cardinal #AC0F3C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.07%

 BLUE value IS 60 (23.83% from 255) = 24.29%

R = 69.64%
G = 6.07%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC0F3C (or 0xAC0F3C) is known color: Cardinal. HEX triplet: AC, 0F and 3C. RGB value is (172,15,60). Sum of RGB (Red+Green+Blue) = 172+15+60=247 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.64% from 247); Green value is 15 (6.25% from 255 or 6.07% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0F3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0F3C is #53F0C3. Grayscale: #434343. Windows color (decimal): -5501124 or 3936172. OLE color: 3936172.

HSL color Cylindrical-coordinate representation of color #AC0F3C: hue angle of 342.8º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC0F3C is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 15 60 -
CMYK 0 0.91 0.65 0.33
HSL 342.8º 0.84% 0.37% -
HSV(B) 342.8º 0.91% 0.67% -
XYZ 18 9.44 5.15 -
YUV 67.07 124.01 202.84 -
System Red Green Blue C M Y K H S L
Decimal 172 15 60 0 0.91 0.65 0.33 342.8 0.84 0.37
Hex AC F 3C 0 5B 41 21 157 54 25
Octal 254 17 74 0 133 101 41 527 124 45
Binary 10101100 1111 111100 0 1011011 1000001 100001 101010111 1010100 100101

Color Harmonies of #AC0F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0F3C

Black with #AC0F3C

Text Example


Text Example

White with #AC0F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0F3C; }

 p { color: rgb(172,15,60); }

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

background-color css

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

 a { background-color: rgb(172,15,60); }

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

border-color css

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

 span { border-color: rgb(172,15,60); }

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