Html Css Color HEX #AF2D28 Brown

📋 copy color: '#AF2D28'

red 175 ◦ green 45 ◦ blue 40

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

Shades of Brown #AF2D28

Tints of Brown #AF2D28

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.31%

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

R = 67.31%
G = 17.31%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF2D28 (or 0xAF2D28) is known color: Brown. HEX triplet: AF, 2D and 28. RGB value is (175,45,40). Sum of RGB (Red+Green+Blue) = 175+45+40=260 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.31% from 260); Green value is 45 (17.97% from 255 or 17.31% from 260); Blue value is 40 (16.02% from 255 or 15.38% from 260); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2D28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2D28 is #50D2D7. Grayscale: #535353. Windows color (decimal): -5296856 or 2633135. OLE color: 2633135.

HSL color Cylindrical-coordinate representation of color #AF2D28: hue angle of 2.22º 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 #AF2D28 is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 45 40 -
CMYK 0 0.74 0.77 0.31
HSL 2.22º 0.63% 0.42% -
HSV(B) 2.22º 0.77% 0.69% -
XYZ 19 11.14 3.16 -
YUV 83.3 103.57 193.41 -
System Red Green Blue C M Y K H S L
Decimal 175 45 40 0 0.74 0.77 0.31 2.22 0.63 0.42
Hex AF 2D 28 0 4A 4D 1F 2 3F 2A
Octal 257 55 50 0 112 115 37 2 77 52
Binary 10101111 101101 101000 0 1001010 1001101 11111 10 111111 101010

Color Harmonies of #AF2D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2D28

Black with #AF2D28

Text Example


Text Example

White with #AF2D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2D28; }

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

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

background-color css

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

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

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

border-color css

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

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

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