Html Css Color HEX #AF190B Fire Brick

📋 copy color: '#AF190B'

red 175 ◦ green 25 ◦ blue 11

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

Shades of Fire Brick #AF190B

Tints of Fire Brick #AF190B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.21%

R = 82.94%
G = 11.85%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AF190B (or 0xAF190B) is known color: Fire Brick. HEX triplet: AF, 19 and 0B. RGB value is (175,25,11). Sum of RGB (Red+Green+Blue) = 175+25+11=211 (27% of max value = 765). Red value is 175 (68.75% from 255 or 82.94% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 11 (4.69% from 255 or 5.21% from 211); Max value from RGB is 175 - color contains mainly: red. Hex color #AF190B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF190B is #50E6F4. Grayscale: #444444. Windows color (decimal): -5302005 or 727471. OLE color: 727471.

HSL color Cylindrical-coordinate representation of color #AF190B: hue angle of 5.12º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF190B is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 25 11 -
CMYK 0 0.86 0.94 0.31
HSL 5.12º 0.88% 0.36% -
HSV(B) 5.12º 0.94% 0.69% -
XYZ 18.09 9.83 1.26 -
YUV 68.25 95.7 204.14 -
System Red Green Blue C M Y K H S L
Decimal 175 25 11 0 0.86 0.94 0.31 5.12 0.88 0.36
Hex AF 19 B 0 56 5E 1F 5 58 24
Octal 257 31 13 0 126 136 37 5 130 44
Binary 10101111 11001 1011 0 1010110 1011110 11111 101 1011000 100100

Color Harmonies of #AF190B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF190B

Black with #AF190B

Text Example


Text Example

White with #AF190B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF190B; }

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

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

background-color css

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

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

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

border-color css

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

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

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