Html Css Color HEX #AF301D Fire Brick

📋 copy color: '#AF301D'

red 175 ◦ green 48 ◦ blue 29

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

Shades of Fire Brick #AF301D

Tints of Fire Brick #AF301D

RGB

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

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

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

R = 69.44%
G = 19.05%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF301D (or 0xAF301D) is known color: Fire Brick. HEX triplet: AF, 30 and 1D. RGB value is (175,48,29). Sum of RGB (Red+Green+Blue) = 175+48+29=252 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.44% from 252); Green value is 48 (19.14% from 255 or 19.05% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 175 - color contains mainly: red. Hex color #AF301D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF301D is #50CFE2. Grayscale: #545454. Windows color (decimal): -5296099 or 1913007. OLE color: 1913007.

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

Color convert

RGB 175 48 29 -
CMYK 0 0.73 0.83 0.31
HSL 7.81º 0.72% 0.4% -
HSV(B) 7.81º 0.83% 0.69% -
XYZ 18.96 11.32 2.35 -
YUV 83.81 97.08 193.04 -
System Red Green Blue C M Y K H S L
Decimal 175 48 29 0 0.73 0.83 0.31 7.81 0.72 0.4
Hex AF 30 1D 0 49 53 1F 8 48 28
Octal 257 60 35 0 111 123 37 10 110 50
Binary 10101111 110000 11101 0 1001001 1010011 11111 1000 1001000 101000

Color Harmonies of #AF301D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF301D

Black with #AF301D

Text Example


Text Example

White with #AF301D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF301D; }

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

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

background-color css

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

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

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

border-color css

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

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

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