Html Css Color HEX #AF2312 Fire Brick

📋 copy color: '#AF2312'

red 175 ◦ green 35 ◦ blue 18

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

Shades of Fire Brick #AF2312

Tints of Fire Brick #AF2312

RGB

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

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

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

R = 76.75%
G = 15.35%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF2312 (or 0xAF2312) is known color: Fire Brick. HEX triplet: AF, 23 and 12. RGB value is (175,35,18). Sum of RGB (Red+Green+Blue) = 175+35+18=228 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.75% from 228); Green value is 35 (14.06% from 255 or 15.35% from 228); Blue value is 18 (7.42% from 255 or 7.89% from 228); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2312 is #50DCED. Grayscale: #4B4B4B. Windows color (decimal): -5299438 or 1188783. OLE color: 1188783.

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

Color convert

RGB 175 35 18 -
CMYK 0 0.8 0.90 0.31
HSL 6.5º 0.81% 0.38% -
HSV(B) 6.5º 0.9% 0.69% -
XYZ 18.39 10.36 1.6 -
YUV 74.92 95.88 199.38 -
System Red Green Blue C M Y K H S L
Decimal 175 35 18 0 0.8 0.90 0.31 6.5 0.81 0.38
Hex AF 23 12 0 50 5A 1F 6 51 26
Octal 257 43 22 0 120 132 37 6 121 46
Binary 10101111 100011 10010 0 1010000 1011010 11111 110 1010001 100110

Color Harmonies of #AF2312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2312

Black with #AF2312

Text Example


Text Example

White with #AF2312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2312; }

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

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

background-color css

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

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

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

border-color css

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

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

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