Html Css Color HEX #AF2C3C Brick Red

📋 copy color: '#AF2C3C'

red 175 ◦ green 44 ◦ blue 60

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

Shades of Brick Red #AF2C3C

Tints of Brick Red #AF2C3C

RGB

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

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

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

R = 62.72%
G = 15.77%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AF2C3C (or 0xAF2C3C) is known color: Brick Red. HEX triplet: AF, 2C and 3C. RGB value is (175,44,60). Sum of RGB (Red+Green+Blue) = 175+44+60=279 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.72% from 279); Green value is 44 (17.58% from 255 or 15.77% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2C3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2C3C is #50D3C3. Grayscale: #555555. Windows color (decimal): -5297092 or 3943599. OLE color: 3943599.

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

Color convert

RGB 175 44 60 -
CMYK 0 0.75 0.66 0.31
HSL 352.67º 0.6% 0.43% -
HSV(B) 352.67º 0.75% 0.69% -
XYZ 19.4 11.24 5.42 -
YUV 84.99 113.9 192.2 -
System Red Green Blue C M Y K H S L
Decimal 175 44 60 0 0.75 0.66 0.31 352.67 0.6 0.43
Hex AF 2C 3C 0 4B 42 1F 161 3C 2B
Octal 257 54 74 0 113 102 37 541 74 53
Binary 10101111 101100 111100 0 1001011 1000010 11111 101100001 111100 101011

Color Harmonies of #AF2C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2C3C

Black with #AF2C3C

Text Example


Text Example

White with #AF2C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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