Html Css Color HEX #AF270F Fire Brick

📋 copy color: '#AF270F'

red 175 ◦ green 39 ◦ blue 15

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

Shades of Fire Brick #AF270F

Tints of Fire Brick #AF270F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.55%

R = 76.42%
G = 17.03%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF270F (or 0xAF270F) is known color: Fire Brick. HEX triplet: AF, 27 and 0F. RGB value is (175,39,15). Sum of RGB (Red+Green+Blue) = 175+39+15=229 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.42% from 229); Green value is 39 (15.62% from 255 or 17.03% from 229); Blue value is 15 (6.25% from 255 or 6.55% from 229); Max value from RGB is 175 - color contains mainly: red. Hex color #AF270F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF270F is #50D8F0. Grayscale: #4D4D4D. Windows color (decimal): -5298417 or 993199. OLE color: 993199.

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

Color convert

RGB 175 39 15 -
CMYK 0 0.78 0.91 0.31
HSL 0.84% 0.37% -
HSV(B) 0.91% 0.69% -
XYZ 18.49 10.6 1.52 -
YUV 76.93 93.06 197.95 -
System Red Green Blue C M Y K H S L
Decimal 175 39 15 0 0.78 0.91 0.31 9 0.84 0.37
Hex AF 27 F 0 4E 5B 1F 9 54 25
Octal 257 47 17 0 116 133 37 11 124 45
Binary 10101111 100111 1111 0 1001110 1011011 11111 1001 1010100 100101

Color Harmonies of #AF270F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF270F

Black with #AF270F

Text Example


Text Example

White with #AF270F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF270F; }

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

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

background-color css

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

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

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

border-color css

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

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

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