Html Css Color HEX #AC0F3F Cardinal

📋 copy color: '#AC0F3F'

red 172 ◦ green 15 ◦ blue 63

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

Shades of Cardinal #AC0F3F

Tints of Cardinal #AC0F3F

RGB

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

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

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

R = 68.8%
G = 6%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC0F3F (or 0xAC0F3F) is known color: Cardinal. HEX triplet: AC, 0F and 3F. RGB value is (172,15,63). Sum of RGB (Red+Green+Blue) = 172+15+63=250 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.8% from 250); Green value is 15 (6.25% from 255 or 6% from 250); Blue value is 63 (25% from 255 or 25.2% from 250); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0F3F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0F3F is #53F0C0. Grayscale: #434343. Windows color (decimal): -5501121 or 4132780. OLE color: 4132780.

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

Color convert

RGB 172 15 63 -
CMYK 0 0.91 0.63 0.33
HSL 341.66º 0.84% 0.37% -
HSV(B) 341.66º 0.91% 0.67% -
XYZ 18.08 9.47 5.58 -
YUV 67.42 125.51 202.6 -
System Red Green Blue C M Y K H S L
Decimal 172 15 63 0 0.91 0.63 0.33 341.66 0.84 0.37
Hex AC F 3F 0 5B 3F 21 156 54 25
Octal 254 17 77 0 133 77 41 526 124 45
Binary 10101100 1111 111111 0 1011011 111111 100001 101010110 1010100 100101

Color Harmonies of #AC0F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0F3F

Black with #AC0F3F

Text Example


Text Example

White with #AC0F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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