Html Css Color HEX #AF2910 Fire Brick

📋 copy color: '#AF2910'

red 175 ◦ green 41 ◦ blue 16

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

Shades of Fire Brick #AF2910

Tints of Fire Brick #AF2910

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.67%

 BLUE value IS 16 (6.64% from 255) = 6.9%

R = 75.43%
G = 17.67%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF2910 (or 0xAF2910) is known color: Fire Brick. HEX triplet: AF, 29 and 10. RGB value is (175,41,16). Sum of RGB (Red+Green+Blue) = 175+41+16=232 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.43% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 16 (6.64% from 255 or 6.90% from 232); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2910 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2910 is #50D6EF. Grayscale: #4E4E4E. Windows color (decimal): -5297904 or 1059247. OLE color: 1059247.

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

Color convert

RGB 175 41 16 -
CMYK 0 0.77 0.91 0.31
HSL 9.43º 0.83% 0.37% -
HSV(B) 9.43º 0.91% 0.69% -
XYZ 18.57 10.74 1.58 -
YUV 78.22 92.89 197.03 -
System Red Green Blue C M Y K H S L
Decimal 175 41 16 0 0.77 0.91 0.31 9.43 0.83 0.37
Hex AF 29 10 0 4D 5B 1F 9 53 25
Octal 257 51 20 0 115 133 37 11 123 45
Binary 10101111 101001 10000 0 1001101 1011011 11111 1001 1010011 100101

Color Harmonies of #AF2910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2910

Black with #AF2910

Text Example


Text Example

White with #AF2910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2910; }

 p { color: rgb(175,41,16); }

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

background-color css

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

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

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

border-color css

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

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

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