Html Css Color HEX #AF301A Fire Brick

📋 copy color: '#AF301A'

red 175 ◦ green 48 ◦ blue 26

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

Shades of Fire Brick #AF301A

Tints of Fire Brick #AF301A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.44%

R = 70.28%
G = 19.28%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF301A (or 0xAF301A) is known color: Fire Brick. HEX triplet: AF, 30 and 1A. RGB value is (175,48,26). Sum of RGB (Red+Green+Blue) = 175+48+26=249 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.28% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 26 (10.55% from 255 or 10.44% from 249); Max value from RGB is 175 - color contains mainly: red. Hex color #AF301A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF301A is #50CFE5. Grayscale: #535353. Windows color (decimal): -5296102 or 1716399. OLE color: 1716399.

HSL color Cylindrical-coordinate representation of color #AF301A: hue angle of 8.86º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF301A is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 48 26 -
CMYK 0 0.73 0.85 0.31
HSL 8.86º 0.74% 0.39% -
HSV(B) 8.86º 0.85% 0.69% -
XYZ 18.92 11.3 2.16 -
YUV 83.47 95.58 193.29 -
System Red Green Blue C M Y K H S L
Decimal 175 48 26 0 0.73 0.85 0.31 8.86 0.74 0.39
Hex AF 30 1A 0 49 55 1F 9 4A 27
Octal 257 60 32 0 111 125 37 11 112 47
Binary 10101111 110000 11010 0 1001001 1010101 11111 1001 1001010 100111

Color Harmonies of #AF301A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF301A

Black with #AF301A

Text Example


Text Example

White with #AF301A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF301A; }

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

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

background-color css

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

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

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

border-color css

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

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

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