Html Css Color HEX #AC0F2D Cardinal

📋 copy color: '#AC0F2D'

red 172 ◦ green 15 ◦ blue 45

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

Shades of Cardinal #AC0F2D

Tints of Cardinal #AC0F2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 19.4%

R = 74.14%
G = 6.47%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC0F2D (or 0xAC0F2D) is known color: Cardinal. HEX triplet: AC, 0F and 2D. RGB value is (172,15,45). Sum of RGB (Red+Green+Blue) = 172+15+45=232 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.14% from 232); Green value is 15 (6.25% from 255 or 6.47% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0F2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0F2D is #53F0D2. Grayscale: #414141. Windows color (decimal): -5501139 or 2953132. OLE color: 2953132.

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

Color convert

RGB 172 15 45 -
CMYK 0 0.91 0.74 0.33
HSL 348.54º 0.84% 0.37% -
HSV(B) 348.54º 0.91% 0.67% -
XYZ 17.66 9.3 3.35 -
YUV 65.36 116.51 204.06 -
System Red Green Blue C M Y K H S L
Decimal 172 15 45 0 0.91 0.74 0.33 348.54 0.84 0.37
Hex AC F 2D 0 5B 4A 21 15D 54 25
Octal 254 17 55 0 133 112 41 535 124 45
Binary 10101100 1111 101101 0 1011011 1001010 100001 101011101 1010100 100101

Color Harmonies of #AC0F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0F2D

Black with #AC0F2D

Text Example


Text Example

White with #AC0F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0F2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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