Html Css Color HEX #AF3039 Brick Red

📋 copy color: '#AF3039'

red 175 ◦ green 48 ◦ blue 57

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

Shades of Brick Red #AF3039

Tints of Brick Red #AF3039

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.14%

 BLUE value IS 57 (22.66% from 255) = 20.36%

R = 62.5%
G = 17.14%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF3039 (or 0xAF3039) is known color: Brick Red. HEX triplet: AF, 30 and 39. RGB value is (175,48,57). Sum of RGB (Red+Green+Blue) = 175+48+57=280 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.5% from 280); Green value is 48 (19.14% from 255 or 17.14% from 280); Blue value is 57 (22.66% from 255 or 20.36% from 280); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3039 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3039 is #50CFC6. Grayscale: #575757. Windows color (decimal): -5296071 or 3748015. OLE color: 3748015.

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

Color convert

RGB 175 48 57 -
CMYK 0 0.73 0.67 0.31
HSL 355.75º 0.57% 0.44% -
HSV(B) 355.75º 0.73% 0.69% -
XYZ 19.47 11.52 5.07 -
YUV 87 111.08 190.77 -
System Red Green Blue C M Y K H S L
Decimal 175 48 57 0 0.73 0.67 0.31 355.75 0.57 0.44
Hex AF 30 39 0 49 43 1F 164 39 2C
Octal 257 60 71 0 111 103 37 544 71 54
Binary 10101111 110000 111001 0 1001001 1000011 11111 101100100 111001 101100

Color Harmonies of #AF3039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3039

Black with #AF3039

Text Example


Text Example

White with #AF3039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3039; }

 p { color: rgb(175,48,57); }

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

background-color css

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

 a { background-color: rgb(175,48,57); }

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

border-color css

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

 span { border-color: rgb(175,48,57); }

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