Html Css Color HEX #AF130C Fire Brick

📋 copy color: '#AF130C'

red 175 ◦ green 19 ◦ blue 12

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

Shades of Fire Brick #AF130C

Tints of Fire Brick #AF130C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.22%

 BLUE value IS 12 (5.08% from 255) = 5.83%

R = 84.95%
G = 9.22%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF130C (or 0xAF130C) is known color: Fire Brick. HEX triplet: AF, 13 and 0C. RGB value is (175,19,12). Sum of RGB (Red+Green+Blue) = 175+19+12=206 (27% of max value = 765). Red value is 175 (68.75% from 255 or 84.95% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 12 (5.08% from 255 or 5.83% from 206); Max value from RGB is 175 - color contains mainly: red. Hex color #AF130C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF130C is #50ECF3. Grayscale: #414141. Windows color (decimal): -5303540 or 791471. OLE color: 791471.

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

Color convert

RGB 175 19 12 -
CMYK 0 0.89 0.93 0.31
HSL 2.58º 0.87% 0.37% -
HSV(B) 2.58º 0.93% 0.69% -
XYZ 17.98 9.61 1.25 -
YUV 64.85 98.18 206.57 -
System Red Green Blue C M Y K H S L
Decimal 175 19 12 0 0.89 0.93 0.31 2.58 0.87 0.37
Hex AF 13 C 0 59 5D 1F 3 57 25
Octal 257 23 14 0 131 135 37 3 127 45
Binary 10101111 10011 1100 0 1011001 1011101 11111 11 1010111 100101

Color Harmonies of #AF130C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF130C

Black with #AF130C

Text Example


Text Example

White with #AF130C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF130C; }

 p { color: rgb(175,19,12); }

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

background-color css

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

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

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

border-color css

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

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

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