Html Css Color HEX #AF0F0F Fire Brick

📋 copy color: '#AF0F0F'

red 175 ◦ green 15 ◦ blue 15

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

Shades of Fire Brick #AF0F0F

Tints of Fire Brick #AF0F0F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.32%

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

R = 85.37%
G = 7.32%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF0F0F (or 0xAF0F0F) is known color: Fire Brick. HEX triplet: AF, 0F and 0F. RGB value is (175,15,15). Sum of RGB (Red+Green+Blue) = 175+15+15=205 (27% of max value = 765). Red value is 175 (68.75% from 255 or 85.37% from 205); Green value is 15 (6.25% from 255 or 7.32% from 205); Blue value is 15 (6.25% from 255 or 7.32% from 205); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0F0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0F0F is #50F0F0. Grayscale: #3F3F3F. Windows color (decimal): -5304561 or 987055. OLE color: 987055.

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

Color convert

RGB 175 15 15 -
CMYK 0 0.91 0.91 0.31
HSL 0.84% 0.37% -
HSV(B) 0.91% 0.69% -
XYZ 17.94 9.49 1.34 -
YUV 62.84 101.01 208 -
System Red Green Blue C M Y K H S L
Decimal 175 15 15 0 0.91 0.91 0.31 0 0.84 0.37
Hex AF F F 0 5B 5B 1F 0 54 25
Octal 257 17 17 0 133 133 37 0 124 45
Binary 10101111 1111 1111 0 1011011 1011011 11111 0 1010100 100101

Color Harmonies of #AF0F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0F0F

Black with #AF0F0F

Text Example


Text Example

White with #AF0F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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