Html Css Color HEX #AF3038 Brick Red

📋 copy color: '#AF3038'

red 175 ◦ green 48 ◦ blue 56

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

Shades of Brick Red #AF3038

Tints of Brick Red #AF3038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 20.07%

R = 62.72%
G = 17.2%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#AF3038 (or 0xAF3038) is known color: Brick Red. HEX triplet: AF, 30 and 38. RGB value is (175,48,56). Sum of RGB (Red+Green+Blue) = 175+48+56=279 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.72% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 56 (22.27% from 255 or 20.07% from 279); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3038 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3038 is #50CFC7. Grayscale: #565656. Windows color (decimal): -5296072 or 3682479. OLE color: 3682479.

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

Color convert

RGB 175 48 56 -
CMYK 0 0.73 0.68 0.31
HSL 356.22º 0.57% 0.44% -
HSV(B) 356.22º 0.73% 0.69% -
XYZ 19.45 11.51 4.94 -
YUV 86.89 110.58 190.85 -
System Red Green Blue C M Y K H S L
Decimal 175 48 56 0 0.73 0.68 0.31 356.22 0.57 0.44
Hex AF 30 38 0 49 44 1F 164 39 2C
Octal 257 60 70 0 111 104 37 544 71 54
Binary 10101111 110000 111000 0 1001001 1000100 11111 101100100 111001 101100

Color Harmonies of #AF3038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3038

Black with #AF3038

Text Example


Text Example

White with #AF3038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3038; }

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

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

background-color css

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

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

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

border-color css

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

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

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