Html Css Color HEX #AF2A10 Fire Brick

📋 copy color: '#AF2A10'

red 175 ◦ green 42 ◦ blue 16

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

Shades of Fire Brick #AF2A10

Tints of Fire Brick #AF2A10

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.03%

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

R = 75.11%
G = 18.03%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF2A10 (or 0xAF2A10) is known color: Fire Brick. HEX triplet: AF, 2A and 10. RGB value is (175,42,16). Sum of RGB (Red+Green+Blue) = 175+42+16=233 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.11% from 233); Green value is 42 (16.80% from 255 or 18.03% from 233); Blue value is 16 (6.64% from 255 or 6.87% from 233); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2A10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2A10 is #50D5EF. Grayscale: #4F4F4F. Windows color (decimal): -5297648 or 1059503. OLE color: 1059503.

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

Color convert

RGB 175 42 16 -
CMYK 0 0.76 0.91 0.31
HSL 9.81º 0.83% 0.37% -
HSV(B) 9.81º 0.91% 0.69% -
XYZ 18.6 10.81 1.6 -
YUV 78.8 92.56 196.61 -
System Red Green Blue C M Y K H S L
Decimal 175 42 16 0 0.76 0.91 0.31 9.81 0.83 0.37
Hex AF 2A 10 0 4C 5B 1F A 53 25
Octal 257 52 20 0 114 133 37 12 123 45
Binary 10101111 101010 10000 0 1001100 1011011 11111 1010 1010011 100101

Color Harmonies of #AF2A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2A10

Black with #AF2A10

Text Example


Text Example

White with #AF2A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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