Html Css Color HEX #AF303C Brick Red

📋 copy color: '#AF303C'

red 175 ◦ green 48 ◦ blue 60

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

Shades of Brick Red #AF303C

Tints of Brick Red #AF303C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.96%

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

R = 61.84%
G = 16.96%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AF303C (or 0xAF303C) is known color: Brick Red. HEX triplet: AF, 30 and 3C. RGB value is (175,48,60). Sum of RGB (Red+Green+Blue) = 175+48+60=283 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.84% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 175 - color contains mainly: red. Hex color #AF303C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF303C is #50CFC3. Grayscale: #575757. Windows color (decimal): -5296068 or 3944623. OLE color: 3944623.

HSL color Cylindrical-coordinate representation of color #AF303C: hue angle of 354.33º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF303C is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 48 60 -
CMYK 0 0.73 0.66 0.31
HSL 354.33º 0.57% 0.44% -
HSV(B) 354.33º 0.73% 0.69% -
XYZ 19.55 11.55 5.47 -
YUV 87.34 112.58 190.52 -
System Red Green Blue C M Y K H S L
Decimal 175 48 60 0 0.73 0.66 0.31 354.33 0.57 0.44
Hex AF 30 3C 0 49 42 1F 162 39 2C
Octal 257 60 74 0 111 102 37 542 71 54
Binary 10101111 110000 111100 0 1001001 1000010 11111 101100010 111001 101100

Color Harmonies of #AF303C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF303C

Black with #AF303C

Text Example


Text Example

White with #AF303C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF303C; }

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

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

background-color css

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

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

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

border-color css

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

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

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