Html Css Color HEX #AF373C Brick Red

📋 copy color: '#AF373C'

red 175 ◦ green 55 ◦ blue 60

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

Shades of Brick Red #AF373C

Tints of Brick Red #AF373C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.69%

R = 60.34%
G = 18.97%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AF373C (or 0xAF373C) is known color: Brick Red. HEX triplet: AF, 37 and 3C. RGB value is (175,55,60). Sum of RGB (Red+Green+Blue) = 175+55+60=290 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.34% from 290); Green value is 55 (21.88% from 255 or 18.97% from 290); Blue value is 60 (23.83% from 255 or 20.69% from 290); Max value from RGB is 175 - color contains mainly: red. Hex color #AF373C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF373C is #50C8C3. Grayscale: #5B5B5B. Windows color (decimal): -5294276 or 3946415. OLE color: 3946415.

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

Color convert

RGB 175 55 60 -
CMYK 0 0.69 0.66 0.31
HSL 357.5º 0.52% 0.45% -
HSV(B) 357.5º 0.69% 0.69% -
XYZ 19.86 12.17 5.58 -
YUV 91.45 110.26 187.59 -
System Red Green Blue C M Y K H S L
Decimal 175 55 60 0 0.69 0.66 0.31 357.5 0.52 0.45
Hex AF 37 3C 0 45 42 1F 166 34 2D
Octal 257 67 74 0 105 102 37 546 64 55
Binary 10101111 110111 111100 0 1000101 1000010 11111 101100110 110100 101101

Color Harmonies of #AF373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF373C

Black with #AF373C

Text Example


Text Example

White with #AF373C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF373C; }

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

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

background-color css

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

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

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

border-color css

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

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

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