Html Css Color HEX #AF2C37 Brick Red

📋 copy color: '#AF2C37'

red 175 ◦ green 44 ◦ blue 55

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

Shades of Brick Red #AF2C37

Tints of Brick Red #AF2C37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 20.07%

R = 63.87%
G = 16.06%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF2C37 (or 0xAF2C37) is known color: Brick Red. HEX triplet: AF, 2C and 37. RGB value is (175,44,55). Sum of RGB (Red+Green+Blue) = 175+44+55=274 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.87% from 274); Green value is 44 (17.58% from 255 or 16.06% from 274); Blue value is 55 (21.88% from 255 or 20.07% from 274); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2C37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2C37 is #50D3C8. Grayscale: #545454. Windows color (decimal): -5297097 or 3615919. OLE color: 3615919.

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

Color convert

RGB 175 44 55 -
CMYK 0 0.75 0.69 0.31
HSL 354.96º 0.6% 0.43% -
HSV(B) 354.96º 0.75% 0.69% -
XYZ 19.27 11.19 4.76 -
YUV 84.42 111.4 192.61 -
System Red Green Blue C M Y K H S L
Decimal 175 44 55 0 0.75 0.69 0.31 354.96 0.6 0.43
Hex AF 2C 37 0 4B 45 1F 163 3C 2B
Octal 257 54 67 0 113 105 37 543 74 53
Binary 10101111 101100 110111 0 1001011 1000101 11111 101100011 111100 101011

Color Harmonies of #AF2C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2C37

Black with #AF2C37

Text Example


Text Example

White with #AF2C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2C37; }

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

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

background-color css

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

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

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

border-color css

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

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

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