Html Css Color HEX #AF363A Brick Red

📋 copy color: '#AF363A'

red 175 ◦ green 54 ◦ blue 58

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

Shades of Brick Red #AF363A

Tints of Brick Red #AF363A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.82%

 BLUE value IS 58 (23.05% from 255) = 20.21%

R = 60.98%
G = 18.82%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF363A (or 0xAF363A) is known color: Brick Red. HEX triplet: AF, 36 and 3A. RGB value is (175,54,58). Sum of RGB (Red+Green+Blue) = 175+54+58=287 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.98% from 287); Green value is 54 (21.48% from 255 or 18.82% from 287); Blue value is 58 (23.05% from 255 or 20.21% from 287); Max value from RGB is 175 - color contains mainly: red. Hex color #AF363A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF363A is #50C9C5. Grayscale: #5A5A5A. Windows color (decimal): -5294534 or 3815087. OLE color: 3815087.

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

Color convert

RGB 175 54 58 -
CMYK 0 0.69 0.67 0.31
HSL 358.02º 0.53% 0.45% -
HSV(B) 358.02º 0.69% 0.69% -
XYZ 19.76 12.06 5.29 -
YUV 90.64 109.59 188.17 -
System Red Green Blue C M Y K H S L
Decimal 175 54 58 0 0.69 0.67 0.31 358.02 0.53 0.45
Hex AF 36 3A 0 45 43 1F 166 35 2D
Octal 257 66 72 0 105 103 37 546 65 55
Binary 10101111 110110 111010 0 1000101 1000011 11111 101100110 110101 101101

Color Harmonies of #AF363A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF363A

Black with #AF363A

Text Example


Text Example

White with #AF363A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF363A; }

 p { color: rgb(175,54,58); }

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

background-color css

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

 a { background-color: rgb(175,54,58); }

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

border-color css

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

 span { border-color: rgb(175,54,58); }

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