Html Css Color HEX #AC083C Cardinal

📋 copy color: '#AC083C'

red 172 ◦ green 8 ◦ blue 60

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

Shades of Cardinal #AC083C

Tints of Cardinal #AC083C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.33%

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

R = 71.67%
G = 3.33%
B = 25%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC083C (or 0xAC083C) is known color: Cardinal. HEX triplet: AC, 08 and 3C. RGB value is (172,8,60). Sum of RGB (Red+Green+Blue) = 172+8+60=240 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.67% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 60 (23.83% from 255 or 25% from 240); Max value from RGB is 172 - color contains mainly: red. Hex color #AC083C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC083C is #53F7C3. Grayscale: #3E3E3E. Windows color (decimal): -5502916 or 3934380. OLE color: 3934380.

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

Color convert

RGB 172 8 60 -
CMYK 0 0.95 0.65 0.33
HSL 340.98º 0.91% 0.35% -
HSV(B) 340.98º 0.95% 0.67% -
XYZ 17.92 9.27 5.12 -
YUV 62.96 126.33 205.77 -
System Red Green Blue C M Y K H S L
Decimal 172 8 60 0 0.95 0.65 0.33 340.98 0.91 0.35
Hex AC 8 3C 0 5F 41 21 155 5B 23
Octal 254 10 74 0 137 101 41 525 133 43
Binary 10101100 1000 111100 0 1011111 1000001 100001 101010101 1011011 100011

Color Harmonies of #AC083C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC083C

Black with #AC083C

Text Example


Text Example

White with #AC083C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC083C; }

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

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

background-color css

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

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

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

border-color css

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

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

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