Html Css Color HEX #AF210C Fire Brick

📋 copy color: '#AF210C'

red 175 ◦ green 33 ◦ blue 12

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

Shades of Fire Brick #AF210C

Tints of Fire Brick #AF210C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15%

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

R = 79.55%
G = 15%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF210C (or 0xAF210C) is known color: Fire Brick. HEX triplet: AF, 21 and 0C. RGB value is (175,33,12). Sum of RGB (Red+Green+Blue) = 175+33+12=220 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.55% from 220); Green value is 33 (13.28% from 255 or 15% from 220); Blue value is 12 (5.08% from 255 or 5.45% from 220); Max value from RGB is 175 - color contains mainly: red. Hex color #AF210C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF210C is #50DEF3. Grayscale: #494949. Windows color (decimal): -5299956 or 795055. OLE color: 795055.

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

Color convert

RGB 175 33 12 -
CMYK 0 0.81 0.93 0.31
HSL 7.73º 0.87% 0.37% -
HSV(B) 7.73º 0.93% 0.69% -
XYZ 18.29 10.23 1.36 -
YUV 73.06 93.54 200.71 -
System Red Green Blue C M Y K H S L
Decimal 175 33 12 0 0.81 0.93 0.31 7.73 0.87 0.37
Hex AF 21 C 0 51 5D 1F 8 57 25
Octal 257 41 14 0 121 135 37 10 127 45
Binary 10101111 100001 1100 0 1010001 1011101 11111 1000 1010111 100101

Color Harmonies of #AF210C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF210C

Black with #AF210C

Text Example


Text Example

White with #AF210C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF210C; }

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

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

background-color css

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

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

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

border-color css

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

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

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