Html Css Color HEX #AC0F3A Cardinal

📋 copy color: '#AC0F3A'

red 172 ◦ green 15 ◦ blue 58

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

Shades of Cardinal #AC0F3A

Tints of Cardinal #AC0F3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 23.67%

R = 70.2%
G = 6.12%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC0F3A (or 0xAC0F3A) is known color: Cardinal. HEX triplet: AC, 0F and 3A. RGB value is (172,15,58). Sum of RGB (Red+Green+Blue) = 172+15+58=245 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.20% from 245); Green value is 15 (6.25% from 255 or 6.12% from 245); Blue value is 58 (23.05% from 255 or 23.67% from 245); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0F3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0F3A is #53F0C5. Grayscale: #424242. Windows color (decimal): -5501126 or 3805100. OLE color: 3805100.

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

Color convert

RGB 172 15 58 -
CMYK 0 0.91 0.66 0.33
HSL 343.57º 0.84% 0.37% -
HSV(B) 343.57º 0.91% 0.67% -
XYZ 17.95 9.42 4.87 -
YUV 66.85 123.01 203 -
System Red Green Blue C M Y K H S L
Decimal 172 15 58 0 0.91 0.66 0.33 343.57 0.84 0.37
Hex AC F 3A 0 5B 42 21 158 54 25
Octal 254 17 72 0 133 102 41 530 124 45
Binary 10101100 1111 111010 0 1011011 1000010 100001 101011000 1010100 100101

Color Harmonies of #AC0F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0F3A

Black with #AC0F3A

Text Example


Text Example

White with #AC0F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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