Html Css Color HEX #AF2C3D Brick Red

📋 copy color: '#AF2C3D'

red 175 ◦ green 44 ◦ blue 61

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

Shades of Brick Red #AF2C3D

Tints of Brick Red #AF2C3D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.71%

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

R = 62.5%
G = 15.71%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF2C3D (or 0xAF2C3D) is known color: Brick Red. HEX triplet: AF, 2C and 3D. RGB value is (175,44,61). Sum of RGB (Red+Green+Blue) = 175+44+61=280 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.5% from 280); Green value is 44 (17.58% from 255 or 15.71% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2C3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2C3D is #50D3C2. Grayscale: #555555. Windows color (decimal): -5297091 or 4009135. OLE color: 4009135.

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

Color convert

RGB 175 44 61 -
CMYK 0 0.75 0.65 0.31
HSL 352.21º 0.6% 0.43% -
HSV(B) 352.21º 0.75% 0.69% -
XYZ 19.42 11.25 5.56 -
YUV 85.11 114.4 192.12 -
System Red Green Blue C M Y K H S L
Decimal 175 44 61 0 0.75 0.65 0.31 352.21 0.6 0.43
Hex AF 2C 3D 0 4B 41 1F 160 3C 2B
Octal 257 54 75 0 113 101 37 540 74 53
Binary 10101111 101100 111101 0 1001011 1000001 11111 101100000 111100 101011

Color Harmonies of #AF2C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2C3D

Black with #AF2C3D

Text Example


Text Example

White with #AF2C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2C3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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