Html Css Color HEX #AF2912 Fire Brick

📋 copy color: '#AF2912'

red 175 ◦ green 41 ◦ blue 18

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

Shades of Fire Brick #AF2912

Tints of Fire Brick #AF2912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.69%

R = 74.79%
G = 17.52%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF2912 (or 0xAF2912) is known color: Fire Brick. HEX triplet: AF, 29 and 12. RGB value is (175,41,18). Sum of RGB (Red+Green+Blue) = 175+41+18=234 (30% of max value = 765). Red value is 175 (68.75% from 255 or 74.79% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2912 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2912 is #50D6ED. Grayscale: #4E4E4E. Windows color (decimal): -5297902 or 1190319. OLE color: 1190319.

HSL color Cylindrical-coordinate representation of color #AF2912: hue angle of 8.79º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF2912 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 41 18 -
CMYK 0 0.77 0.90 0.31
HSL 8.79º 0.81% 0.38% -
HSV(B) 8.79º 0.9% 0.69% -
XYZ 18.58 10.74 1.67 -
YUV 78.44 93.89 196.87 -
System Red Green Blue C M Y K H S L
Decimal 175 41 18 0 0.77 0.90 0.31 8.79 0.81 0.38
Hex AF 29 12 0 4D 5A 1F 9 51 26
Octal 257 51 22 0 115 132 37 11 121 46
Binary 10101111 101001 10010 0 1001101 1011010 11111 1001 1010001 100110

Color Harmonies of #AF2912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2912

Black with #AF2912

Text Example


Text Example

White with #AF2912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2912; }

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

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

background-color css

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

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

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

border-color css

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

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

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