Html Css Color HEX #AF333D Brick Red

📋 copy color: '#AF333D'

red 175 ◦ green 51 ◦ blue 61

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

Shades of Brick Red #AF333D

Tints of Brick Red #AF333D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.77%

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

R = 60.98%
G = 17.77%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF333D (or 0xAF333D) is known color: Brick Red. HEX triplet: AF, 33 and 3D. RGB value is (175,51,61). Sum of RGB (Red+Green+Blue) = 175+51+61=287 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.98% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 175 - color contains mainly: red. Hex color #AF333D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF333D is #50CCC2. Grayscale: #595959. Windows color (decimal): -5295299 or 4010927. OLE color: 4010927.

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

Color convert

RGB 175 51 61 -
CMYK 0 0.71 0.65 0.31
HSL 355.16º 0.55% 0.44% -
HSV(B) 355.16º 0.71% 0.69% -
XYZ 19.71 11.82 5.66 -
YUV 89.22 112.08 189.19 -
System Red Green Blue C M Y K H S L
Decimal 175 51 61 0 0.71 0.65 0.31 355.16 0.55 0.44
Hex AF 33 3D 0 47 41 1F 163 37 2C
Octal 257 63 75 0 107 101 37 543 67 54
Binary 10101111 110011 111101 0 1000111 1000001 11111 101100011 110111 101100

Color Harmonies of #AF333D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF333D

Black with #AF333D

Text Example


Text Example

White with #AF333D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF333D; }

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

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

background-color css

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

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

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

border-color css

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

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

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