Html Css Color HEX #AF1F0C Fire Brick

📋 copy color: '#AF1F0C'

red 175 ◦ green 31 ◦ blue 12

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

Shades of Fire Brick #AF1F0C

Tints of Fire Brick #AF1F0C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.22%

 BLUE value IS 12 (5.08% from 255) = 5.5%

R = 80.28%
G = 14.22%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF1F0C (or 0xAF1F0C) is known color: Fire Brick. HEX triplet: AF, 1F and 0C. RGB value is (175,31,12). Sum of RGB (Red+Green+Blue) = 175+31+12=218 (28% of max value = 765). Red value is 175 (68.75% from 255 or 80.28% from 218); Green value is 31 (12.5% from 255 or 14.22% from 218); Blue value is 12 (5.08% from 255 or 5.50% from 218); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1F0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF1F0C is #50E0F3. Grayscale: #484848. Windows color (decimal): -5300468 or 794543. OLE color: 794543.

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

Color convert

RGB 175 31 12 -
CMYK 0 0.82 0.93 0.31
HSL 6.99º 0.87% 0.37% -
HSV(B) 6.99º 0.93% 0.69% -
XYZ 18.24 10.12 1.34 -
YUV 71.89 94.21 201.54 -
System Red Green Blue C M Y K H S L
Decimal 175 31 12 0 0.82 0.93 0.31 6.99 0.87 0.37
Hex AF 1F C 0 52 5D 1F 7 57 25
Octal 257 37 14 0 122 135 37 7 127 45
Binary 10101111 11111 1100 0 1010010 1011101 11111 111 1010111 100101

Color Harmonies of #AF1F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1F0C

Black with #AF1F0C

Text Example


Text Example

White with #AF1F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1F0C; }

 p { color: rgb(175,31,12); }

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

background-color css

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

 a { background-color: rgb(175,31,12); }

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

border-color css

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

 span { border-color: rgb(175,31,12); }

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