Html Css Color HEX #AF2413 Fire Brick

📋 copy color: '#AF2413'

red 175 ◦ green 36 ◦ blue 19

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

Shades of Fire Brick #AF2413

Tints of Fire Brick #AF2413

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.65%

 BLUE value IS 19 (7.81% from 255) = 8.26%

R = 76.09%
G = 15.65%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF2413 (or 0xAF2413) is known color: Fire Brick. HEX triplet: AF, 24 and 13. RGB value is (175,36,19). Sum of RGB (Red+Green+Blue) = 175+36+19=230 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.09% from 230); Green value is 36 (14.45% from 255 or 15.65% from 230); Blue value is 19 (7.81% from 255 or 8.26% from 230); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2413 is #50DBEC. Grayscale: #4B4B4B. Windows color (decimal): -5299181 or 1254575. OLE color: 1254575.

HSL color Cylindrical-coordinate representation of color #AF2413: hue angle of 6.54º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF2413 is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 36 19 -
CMYK 0 0.79 0.89 0.31
HSL 6.54º 0.8% 0.38% -
HSV(B) 6.54º 0.89% 0.69% -
XYZ 18.43 10.42 1.66 -
YUV 75.62 96.05 198.88 -
System Red Green Blue C M Y K H S L
Decimal 175 36 19 0 0.79 0.89 0.31 6.54 0.8 0.38
Hex AF 24 13 0 4F 59 1F 7 50 26
Octal 257 44 23 0 117 131 37 7 120 46
Binary 10101111 100100 10011 0 1001111 1011001 11111 111 1010000 100110

Color Harmonies of #AF2413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2413

Black with #AF2413

Text Example


Text Example

White with #AF2413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2413; }

 p { color: rgb(175,36,19); }

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

background-color css

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

 a { background-color: rgb(175,36,19); }

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

border-color css

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

 span { border-color: rgb(175,36,19); }

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