Html Css Color HEX #AC083F Cardinal

📋 copy color: '#AC083F'

red 172 ◦ green 8 ◦ blue 63

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

Shades of Cardinal #AC083F

Tints of Cardinal #AC083F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 25.93%

R = 70.78%
G = 3.29%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC083F (or 0xAC083F) is known color: Cardinal. HEX triplet: AC, 08 and 3F. RGB value is (172,8,63). Sum of RGB (Red+Green+Blue) = 172+8+63=243 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.78% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 63 (25% from 255 or 25.93% from 243); Max value from RGB is 172 - color contains mainly: red. Hex color #AC083F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC083F is #53F7C0. Grayscale: #3F3F3F. Windows color (decimal): -5502913 or 4130988. OLE color: 4130988.

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

Color convert

RGB 172 8 63 -
CMYK 0 0.95 0.63 0.33
HSL 339.88º 0.91% 0.35% -
HSV(B) 339.88º 0.95% 0.67% -
XYZ 18 9.3 5.55 -
YUV 63.31 127.83 205.53 -
System Red Green Blue C M Y K H S L
Decimal 172 8 63 0 0.95 0.63 0.33 339.88 0.91 0.35
Hex AC 8 3F 0 5F 3F 21 154 5B 23
Octal 254 10 77 0 137 77 41 524 133 43
Binary 10101100 1000 111111 0 1011111 111111 100001 101010100 1011011 100011

Color Harmonies of #AC083F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC083F

Black with #AC083F

Text Example


Text Example

White with #AC083F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC083F; }

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

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

background-color css

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

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

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

border-color css

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

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

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