Html Css Color HEX #AF1B4A Old Rose

📋 copy color: '#AF1B4A'

red 175 ◦ green 27 ◦ blue 74

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

Shades of Old Rose #AF1B4A

Tints of Old Rose #AF1B4A

RGB

 RED value IS 175 (68.75% from 255) = 63.41%

 GREEN value IS 27 (10.94% from 255) = 9.78%

 BLUE value IS 74 (29.3% from 255) = 26.81%

R = 63.41%
G = 9.78%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF1B4A (or 0xAF1B4A) is known color: Old Rose. HEX triplet: AF, 1B and 4A. RGB value is (175,27,74). Sum of RGB (Red+Green+Blue) = 175+27+74=276 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.41% from 276); Green value is 27 (10.94% from 255 or 9.78% from 276); Blue value is 74 (29.30% from 255 or 26.81% from 276); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1B4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1B4A is #50E4B5. Grayscale: #4C4C4C. Windows color (decimal): -5301430 or 4856751. OLE color: 4856751.

HSL color Cylindrical-coordinate representation of color #AF1B4A: hue angle of 340.95º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF1B4A is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 27 74 -
CMYK 0 0.85 0.58 0.31
HSL 340.95º 0.73% 0.4% -
HSV(B) 340.95º 0.85% 0.69% -
XYZ 19.31 10.39 7.47 -
YUV 76.61 126.53 198.18 -
System Red Green Blue C M Y K H S L
Decimal 175 27 74 0 0.85 0.58 0.31 340.95 0.73 0.4
Hex AF 1B 4A 0 55 3A 1F 155 49 28
Octal 257 33 112 0 125 72 37 525 111 50
Binary 10101111 11011 1001010 0 1010101 111010 11111 101010101 1001001 101000

Color Harmonies of #AF1B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1B4A

Black with #AF1B4A

Text Example


Text Example

White with #AF1B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1B4A; }

 p { color: rgb(175,27,74); }

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

background-color css

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

 a { background-color: rgb(175,27,74); }

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

border-color css

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

 span { border-color: rgb(175,27,74); }

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