Html Css Color HEX #AF270E Fire Brick

📋 copy color: '#AF270E'

red 175 ◦ green 39 ◦ blue 14

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

Shades of Fire Brick #AF270E

Tints of Fire Brick #AF270E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.11%

 BLUE value IS 14 (5.86% from 255) = 6.14%

R = 76.75%
G = 17.11%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#AF270E (or 0xAF270E) is known color: Fire Brick. HEX triplet: AF, 27 and 0E. RGB value is (175,39,14). Sum of RGB (Red+Green+Blue) = 175+39+14=228 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.75% from 228); Green value is 39 (15.62% from 255 or 17.11% from 228); Blue value is 14 (5.86% from 255 or 6.14% from 228); Max value from RGB is 175 - color contains mainly: red. Hex color #AF270E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF270E is #50D8F1. Grayscale: #4D4D4D. Windows color (decimal): -5298418 or 927663. OLE color: 927663.

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

Color convert

RGB 175 39 14 -
CMYK 0 0.78 0.92 0.31
HSL 9.32º 0.85% 0.37% -
HSV(B) 9.32º 0.92% 0.69% -
XYZ 18.48 10.6 1.49 -
YUV 76.81 92.56 198.03 -
System Red Green Blue C M Y K H S L
Decimal 175 39 14 0 0.78 0.92 0.31 9.32 0.85 0.37
Hex AF 27 E 0 4E 5C 1F 9 55 25
Octal 257 47 16 0 116 134 37 11 125 45
Binary 10101111 100111 1110 0 1001110 1011100 11111 1001 1010101 100101

Color Harmonies of #AF270E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF270E

Black with #AF270E

Text Example


Text Example

White with #AF270E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF270E; }

 p { color: rgb(175,39,14); }

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

background-color css

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

 a { background-color: rgb(175,39,14); }

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

border-color css

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

 span { border-color: rgb(175,39,14); }

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