Html Css Color HEX #AC083E Cardinal

📋 copy color: '#AC083E'

red 172 ◦ green 8 ◦ blue 62

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

Shades of Cardinal #AC083E

Tints of Cardinal #AC083E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 25.62%

R = 71.07%
G = 3.31%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AC083E (or 0xAC083E) is known color: Cardinal. HEX triplet: AC, 08 and 3E. RGB value is (172,8,62). Sum of RGB (Red+Green+Blue) = 172+8+62=242 (32% of max value = 765). Red value is 172 (67.58% from 255 or 71.07% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 62 (24.61% from 255 or 25.62% from 242); Max value from RGB is 172 - color contains mainly: red. Hex color #AC083E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC083E is #53F7C1. Grayscale: #3F3F3F. Windows color (decimal): -5502914 or 4065452. OLE color: 4065452.

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

Color convert

RGB 172 8 62 -
CMYK 0 0.95 0.64 0.33
HSL 340.24º 0.91% 0.35% -
HSV(B) 340.24º 0.95% 0.67% -
XYZ 17.97 9.29 5.4 -
YUV 63.19 127.33 205.61 -
System Red Green Blue C M Y K H S L
Decimal 172 8 62 0 0.95 0.64 0.33 340.24 0.91 0.35
Hex AC 8 3E 0 5F 40 21 154 5B 23
Octal 254 10 76 0 137 100 41 524 133 43
Binary 10101100 1000 111110 0 1011111 1000000 100001 101010100 1011011 100011

Color Harmonies of #AC083E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC083E

Black with #AC083E

Text Example


Text Example

White with #AC083E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC083E; }

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

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

background-color css

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

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

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

border-color css

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

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

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