Html Css Color HEX #AF2310 Fire Brick

📋 copy color: '#AF2310'

red 175 ◦ green 35 ◦ blue 16

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

Shades of Fire Brick #AF2310

Tints of Fire Brick #AF2310

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.49%

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

R = 77.43%
G = 15.49%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF2310 (or 0xAF2310) is known color: Fire Brick. HEX triplet: AF, 23 and 10. RGB value is (175,35,16). Sum of RGB (Red+Green+Blue) = 175+35+16=226 (29% of max value = 765). Red value is 175 (68.75% from 255 or 77.43% from 226); Green value is 35 (14.06% from 255 or 15.49% from 226); Blue value is 16 (6.64% from 255 or 7.08% from 226); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2310 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2310 is #50DCEF. Grayscale: #4A4A4A. Windows color (decimal): -5299440 or 1057711. OLE color: 1057711.

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

Color convert

RGB 175 35 16 -
CMYK 0 0.8 0.91 0.31
HSL 7.17º 0.83% 0.37% -
HSV(B) 7.17º 0.91% 0.69% -
XYZ 18.37 10.35 1.52 -
YUV 74.69 94.88 199.54 -
System Red Green Blue C M Y K H S L
Decimal 175 35 16 0 0.8 0.91 0.31 7.17 0.83 0.37
Hex AF 23 10 0 50 5B 1F 7 53 25
Octal 257 43 20 0 120 133 37 7 123 45
Binary 10101111 100011 10000 0 1010000 1011011 11111 111 1010011 100101

Color Harmonies of #AF2310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2310

Black with #AF2310

Text Example


Text Example

White with #AF2310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2310; }

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

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

background-color css

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

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

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

border-color css

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

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

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