Html Css Color HEX #AF2C28 Brown

📋 copy color: '#AF2C28'

red 175 ◦ green 44 ◦ blue 40

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

Shades of Brown #AF2C28

Tints of Brown #AF2C28

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.99%

 BLUE value IS 40 (16.02% from 255) = 15.44%

R = 67.57%
G = 16.99%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF2C28 (or 0xAF2C28) is known color: Brown. HEX triplet: AF, 2C and 28. RGB value is (175,44,40). Sum of RGB (Red+Green+Blue) = 175+44+40=259 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.57% from 259); Green value is 44 (17.58% from 255 or 16.99% from 259); Blue value is 40 (16.02% from 255 or 15.44% from 259); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2C28 is #50D3D7. Grayscale: #525252. Windows color (decimal): -5297112 or 2632879. OLE color: 2632879.

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

Color convert

RGB 175 44 40 -
CMYK 0 0.75 0.77 0.31
HSL 1.78º 0.63% 0.42% -
HSV(B) 1.78º 0.77% 0.69% -
XYZ 18.96 11.07 3.14 -
YUV 82.71 103.9 193.83 -
System Red Green Blue C M Y K H S L
Decimal 175 44 40 0 0.75 0.77 0.31 1.78 0.63 0.42
Hex AF 2C 28 0 4B 4D 1F 2 3F 2A
Octal 257 54 50 0 113 115 37 2 77 52
Binary 10101111 101100 101000 0 1001011 1001101 11111 10 111111 101010

Color Harmonies of #AF2C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2C28

Black with #AF2C28

Text Example


Text Example

White with #AF2C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2C28; }

 p { color: rgb(175,44,40); }

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

background-color css

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

 a { background-color: rgb(175,44,40); }

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

border-color css

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

 span { border-color: rgb(175,44,40); }

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