Html Css Color HEX #AF2D19 Fire Brick

📋 copy color: '#AF2D19'

red 175 ◦ green 45 ◦ blue 25

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

Shades of Fire Brick #AF2D19

Tints of Fire Brick #AF2D19

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.37%

 BLUE value IS 25 (10.16% from 255) = 10.2%

R = 71.43%
G = 18.37%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AF2D19 (or 0xAF2D19) is known color: Fire Brick. HEX triplet: AF, 2D and 19. RGB value is (175,45,25). Sum of RGB (Red+Green+Blue) = 175+45+25=245 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.43% from 245); Green value is 45 (17.97% from 255 or 18.37% from 245); Blue value is 25 (10.16% from 255 or 10.20% from 245); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2D19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2D19 is #50D2E6. Grayscale: #515151. Windows color (decimal): -5296871 or 1650095. OLE color: 1650095.

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

Color convert

RGB 175 45 25 -
CMYK 0 0.74 0.86 0.31
HSL 0.75% 0.39% -
HSV(B) 0.86% 0.69% -
XYZ 18.79 11.06 2.06 -
YUV 81.59 96.07 194.63 -
System Red Green Blue C M Y K H S L
Decimal 175 45 25 0 0.74 0.86 0.31 8 0.75 0.39
Hex AF 2D 19 0 4A 56 1F 8 4B 27
Octal 257 55 31 0 112 126 37 10 113 47
Binary 10101111 101101 11001 0 1001010 1010110 11111 1000 1001011 100111

Color Harmonies of #AF2D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2D19

Black with #AF2D19

Text Example


Text Example

White with #AF2D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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