Html Css Color HEX #AF190D Fire Brick

📋 copy color: '#AF190D'

red 175 ◦ green 25 ◦ blue 13

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

Shades of Fire Brick #AF190D

Tints of Fire Brick #AF190D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.74%

 BLUE value IS 13 (5.47% from 255) = 6.1%

R = 82.16%
G = 11.74%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF190D (or 0xAF190D) is known color: Fire Brick. HEX triplet: AF, 19 and 0D. RGB value is (175,25,13). Sum of RGB (Red+Green+Blue) = 175+25+13=213 (28% of max value = 765). Red value is 175 (68.75% from 255 or 82.16% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 13 (5.47% from 255 or 6.10% from 213); Max value from RGB is 175 - color contains mainly: red. Hex color #AF190D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF190D is #50E6F2. Grayscale: #444444. Windows color (decimal): -5302003 or 858543. OLE color: 858543.

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

Color convert

RGB 175 25 13 -
CMYK 0 0.86 0.93 0.31
HSL 4.44º 0.86% 0.37% -
HSV(B) 4.44º 0.93% 0.69% -
XYZ 18.1 9.84 1.33 -
YUV 68.48 96.7 203.98 -
System Red Green Blue C M Y K H S L
Decimal 175 25 13 0 0.86 0.93 0.31 4.44 0.86 0.37
Hex AF 19 D 0 56 5D 1F 4 56 25
Octal 257 31 15 0 126 135 37 4 126 45
Binary 10101111 11001 1101 0 1010110 1011101 11111 100 1010110 100101

Color Harmonies of #AF190D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF190D

Black with #AF190D

Text Example


Text Example

White with #AF190D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF190D; }

 p { color: rgb(175,25,13); }

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

background-color css

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

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

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

border-color css

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

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

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