Html Css Color HEX #AF331D Fire Brick

📋 copy color: '#AF331D'

red 175 ◦ green 51 ◦ blue 29

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

Shades of Fire Brick #AF331D

Tints of Fire Brick #AF331D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.37%

R = 68.63%
G = 20%
B = 11.37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF331D (or 0xAF331D) is known color: Fire Brick. HEX triplet: AF, 33 and 1D. RGB value is (175,51,29). Sum of RGB (Red+Green+Blue) = 175+51+29=255 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.63% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 29 (11.72% from 255 or 11.37% from 255); Max value from RGB is 175 - color contains mainly: red. Hex color #AF331D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF331D is #50CCE2. Grayscale: #555555. Windows color (decimal): -5295331 or 1913775. OLE color: 1913775.

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

Color convert

RGB 175 51 29 -
CMYK 0 0.71 0.83 0.31
HSL 9.04º 0.72% 0.4% -
HSV(B) 9.04º 0.83% 0.69% -
XYZ 19.08 11.57 2.39 -
YUV 85.57 96.08 191.79 -
System Red Green Blue C M Y K H S L
Decimal 175 51 29 0 0.71 0.83 0.31 9.04 0.72 0.4
Hex AF 33 1D 0 47 53 1F 9 48 28
Octal 257 63 35 0 107 123 37 11 110 50
Binary 10101111 110011 11101 0 1000111 1010011 11111 1001 1001000 101000

Color Harmonies of #AF331D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF331D

Black with #AF331D

Text Example


Text Example

White with #AF331D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF331D; }

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

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

background-color css

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

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

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

border-color css

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

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

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