Html Css Color HEX #AF373F Brick Red

📋 copy color: '#AF373F'

red 175 ◦ green 55 ◦ blue 63

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

Shades of Brick Red #AF373F

Tints of Brick Red #AF373F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.77%

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

R = 59.73%
G = 18.77%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF373F (or 0xAF373F) is known color: Brick Red. HEX triplet: AF, 37 and 3F. RGB value is (175,55,63). Sum of RGB (Red+Green+Blue) = 175+55+63=293 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.73% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 63 (25% from 255 or 21.50% from 293); Max value from RGB is 175 - color contains mainly: red. Hex color #AF373F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF373F is #50C8C0. Grayscale: #5B5B5B. Windows color (decimal): -5294273 or 4143023. OLE color: 4143023.

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

Color convert

RGB 175 55 63 -
CMYK 0 0.69 0.64 0.31
HSL 356º 0.52% 0.45% -
HSV(B) 356º 0.69% 0.69% -
XYZ 19.94 12.21 6.01 -
YUV 91.79 111.76 187.35 -
System Red Green Blue C M Y K H S L
Decimal 175 55 63 0 0.69 0.64 0.31 356 0.52 0.45
Hex AF 37 3F 0 45 40 1F 164 34 2D
Octal 257 67 77 0 105 100 37 544 64 55
Binary 10101111 110111 111111 0 1000101 1000000 11111 101100100 110100 101101

Color Harmonies of #AF373F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF373F

Black with #AF373F

Text Example


Text Example

White with #AF373F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF373F; }

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

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

background-color css

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

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

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

border-color css

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

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

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