Html Css Color HEX #AF383D Brick Red

📋 copy color: '#AF383D'

red 175 ◦ green 56 ◦ blue 61

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

Shades of Brick Red #AF383D

Tints of Brick Red #AF383D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.18%

 BLUE value IS 61 (24.22% from 255) = 20.89%

R = 59.93%
G = 19.18%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF383D (or 0xAF383D) is known color: Brick Red. HEX triplet: AF, 38 and 3D. RGB value is (175,56,61). Sum of RGB (Red+Green+Blue) = 175+56+61=292 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.93% from 292); Green value is 56 (22.27% from 255 or 19.18% from 292); Blue value is 61 (24.22% from 255 or 20.89% from 292); Max value from RGB is 175 - color contains mainly: red. Hex color #AF383D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF383D is #50C7C2. Grayscale: #5C5C5C. Windows color (decimal): -5294019 or 4012207. OLE color: 4012207.

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

Color convert

RGB 175 56 61 -
CMYK 0 0.68 0.65 0.31
HSL 357.48º 0.52% 0.45% -
HSV(B) 357.48º 0.68% 0.69% -
XYZ 19.94 12.28 5.73 -
YUV 92.15 110.42 187.09 -
System Red Green Blue C M Y K H S L
Decimal 175 56 61 0 0.68 0.65 0.31 357.48 0.52 0.45
Hex AF 38 3D 0 44 41 1F 165 34 2D
Octal 257 70 75 0 104 101 37 545 64 55
Binary 10101111 111000 111101 0 1000100 1000001 11111 101100101 110100 101101

Color Harmonies of #AF383D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF383D

Black with #AF383D

Text Example


Text Example

White with #AF383D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF383D; }

 p { color: rgb(175,56,61); }

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

background-color css

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

 a { background-color: rgb(175,56,61); }

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

border-color css

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

 span { border-color: rgb(175,56,61); }

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