Html Css Color HEX #AF2B3F Old Rose

📋 copy color: '#AF2B3F'

red 175 ◦ green 43 ◦ blue 63

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

Shades of Old Rose #AF2B3F

Tints of Old Rose #AF2B3F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.3%

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

R = 62.28%
G = 15.3%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF2B3F (or 0xAF2B3F) is known color: Old Rose. HEX triplet: AF, 2B and 3F. RGB value is (175,43,63). Sum of RGB (Red+Green+Blue) = 175+43+63=281 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.28% from 281); Green value is 43 (17.19% from 255 or 15.30% from 281); Blue value is 63 (25% from 255 or 22.42% from 281); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2B3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2B3F is #50D4C0. Grayscale: #545454. Windows color (decimal): -5297345 or 4139951. OLE color: 4139951.

HSL color Cylindrical-coordinate representation of color #AF2B3F: hue angle of 350.91º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF2B3F is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 43 63 -
CMYK 0 0.75 0.64 0.31
HSL 350.91º 0.61% 0.43% -
HSV(B) 350.91º 0.75% 0.69% -
XYZ 19.44 11.2 5.84 -
YUV 84.75 115.73 192.37 -
System Red Green Blue C M Y K H S L
Decimal 175 43 63 0 0.75 0.64 0.31 350.91 0.61 0.43
Hex AF 2B 3F 0 4B 40 1F 15F 3D 2B
Octal 257 53 77 0 113 100 37 537 75 53
Binary 10101111 101011 111111 0 1001011 1000000 11111 101011111 111101 101011

Color Harmonies of #AF2B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2B3F

Black with #AF2B3F

Text Example


Text Example

White with #AF2B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2B3F; }

 p { color: rgb(175,43,63); }

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

background-color css

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

 a { background-color: rgb(175,43,63); }

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

border-color css

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

 span { border-color: rgb(175,43,63); }

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