Html Css Color HEX #AC1F4B Old Rose

📋 copy color: '#AC1F4B'

red 172 ◦ green 31 ◦ blue 75

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

Shades of Old Rose #AC1F4B

Tints of Old Rose #AC1F4B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.15%

 BLUE value IS 75 (29.69% from 255) = 26.98%

R = 61.87%
G = 11.15%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AC1F4B (or 0xAC1F4B) is known color: Old Rose. HEX triplet: AC, 1F and 4B. RGB value is (172,31,75). Sum of RGB (Red+Green+Blue) = 172+31+75=278 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.87% from 278); Green value is 31 (12.5% from 255 or 11.15% from 278); Blue value is 75 (29.69% from 255 or 26.98% from 278); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1F4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1F4B is #53E0B4. Grayscale: #4E4E4E. Windows color (decimal): -5497013 or 4923308. OLE color: 4923308.

HSL color Cylindrical-coordinate representation of color #AC1F4B: hue angle of 341.28º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC1F4B is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 31 75 -
CMYK 0 0.82 0.56 0.33
HSL 341.28º 0.69% 0.4% -
HSV(B) 341.28º 0.82% 0.67% -
XYZ 18.77 10.26 7.65 -
YUV 78.18 126.21 194.92 -
System Red Green Blue C M Y K H S L
Decimal 172 31 75 0 0.82 0.56 0.33 341.28 0.69 0.4
Hex AC 1F 4B 0 52 38 21 155 45 28
Octal 254 37 113 0 122 70 41 525 105 50
Binary 10101100 11111 1001011 0 1010010 111000 100001 101010101 1000101 101000

Color Harmonies of #AC1F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1F4B

Black with #AC1F4B

Text Example


Text Example

White with #AC1F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1F4B; }

 p { color: rgb(172,31,75); }

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

background-color css

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

 a { background-color: rgb(172,31,75); }

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

border-color css

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

 span { border-color: rgb(172,31,75); }

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