Html Css Color HEX #AF301E Fire Brick

📋 copy color: '#AF301E'

red 175 ◦ green 48 ◦ blue 30

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

Shades of Fire Brick #AF301E

Tints of Fire Brick #AF301E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.86%

R = 69.17%
G = 18.97%
B = 11.86%

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

#AF301E (or 0xAF301E) is known color: Fire Brick. HEX triplet: AF, 30 and 1E. RGB value is (175,48,30). Sum of RGB (Red+Green+Blue) = 175+48+30=253 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.17% from 253); Green value is 48 (19.14% from 255 or 18.97% from 253); Blue value is 30 (12.11% from 255 or 11.86% from 253); Max value from RGB is 175 - color contains mainly: red. Hex color #AF301E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF301E is #50CFE1. Grayscale: #545454. Windows color (decimal): -5296098 or 1978543. OLE color: 1978543.

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

Color convert

RGB 175 48 30 -
CMYK 0 0.73 0.83 0.31
HSL 7.45º 0.71% 0.4% -
HSV(B) 7.45º 0.83% 0.69% -
XYZ 18.97 11.32 2.41 -
YUV 83.92 97.58 192.96 -
System Red Green Blue C M Y K H S L
Decimal 175 48 30 0 0.73 0.83 0.31 7.45 0.71 0.4
Hex AF 30 1E 0 49 53 1F 7 47 28
Octal 257 60 36 0 111 123 37 7 107 50
Binary 10101111 110000 11110 0 1001001 1010011 11111 111 1000111 101000

Color Harmonies of #AF301E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF301E

Black with #AF301E

Text Example


Text Example

White with #AF301E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF301E; }

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

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

background-color css

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

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

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

border-color css

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

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

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