Html Css Color HEX #AF261E Fire Brick

📋 copy color: '#AF261E'

red 175 ◦ green 38 ◦ blue 30

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

Shades of Fire Brick #AF261E

Tints of Fire Brick #AF261E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.64%

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

R = 72.02%
G = 15.64%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF261E (or 0xAF261E) is known color: Fire Brick. HEX triplet: AF, 26 and 1E. RGB value is (175,38,30). Sum of RGB (Red+Green+Blue) = 175+38+30=243 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.02% from 243); Green value is 38 (15.23% from 255 or 15.64% from 243); Blue value is 30 (12.11% from 255 or 12.35% from 243); Max value from RGB is 175 - color contains mainly: red. Hex color #AF261E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF261E is #50D9E1. Grayscale: #4E4E4E. Windows color (decimal): -5298658 or 1975983. OLE color: 1975983.

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

Color convert

RGB 175 38 30 -
CMYK 0 0.78 0.83 0.31
HSL 3.31º 0.71% 0.4% -
HSV(B) 3.31º 0.83% 0.69% -
XYZ 18.61 10.59 2.29 -
YUV 78.05 100.89 197.15 -
System Red Green Blue C M Y K H S L
Decimal 175 38 30 0 0.78 0.83 0.31 3.31 0.71 0.4
Hex AF 26 1E 0 4E 53 1F 3 47 28
Octal 257 46 36 0 116 123 37 3 107 50
Binary 10101111 100110 11110 0 1001110 1010011 11111 11 1000111 101000

Color Harmonies of #AF261E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF261E

Black with #AF261E

Text Example


Text Example

White with #AF261E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF261E; }

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

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

background-color css

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

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

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

border-color css

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

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

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