Html Css Color HEX #AF2F1E Fire Brick

📋 copy color: '#AF2F1E'

red 175 ◦ green 47 ◦ blue 30

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

Shades of Fire Brick #AF2F1E

Tints of Fire Brick #AF2F1E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.65%

 BLUE value IS 30 (12.11% from 255) = 11.9%

R = 69.44%
G = 18.65%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF2F1E (or 0xAF2F1E) is known color: Fire Brick. HEX triplet: AF, 2F and 1E. RGB value is (175,47,30). Sum of RGB (Red+Green+Blue) = 175+47+30=252 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.44% from 252); Green value is 47 (18.75% from 255 or 18.65% from 252); Blue value is 30 (12.11% from 255 or 11.90% from 252); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2F1E is #50D0E1. Grayscale: #535353. Windows color (decimal): -5296354 or 1978287. OLE color: 1978287.

HSL color Cylindrical-coordinate representation of color #AF2F1E: hue angle of 7.03º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF2F1E is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 47 30 -
CMYK 0 0.73 0.83 0.31
HSL 7.03º 0.71% 0.4% -
HSV(B) 7.03º 0.83% 0.69% -
XYZ 18.93 11.24 2.4 -
YUV 83.33 97.91 193.38 -
System Red Green Blue C M Y K H S L
Decimal 175 47 30 0 0.73 0.83 0.31 7.03 0.71 0.4
Hex AF 2F 1E 0 49 53 1F 7 47 28
Octal 257 57 36 0 111 123 37 7 107 50
Binary 10101111 101111 11110 0 1001001 1010011 11111 111 1000111 101000

Color Harmonies of #AF2F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2F1E

Black with #AF2F1E

Text Example


Text Example

White with #AF2F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2F1E; }

 p { color: rgb(175,47,30); }

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

background-color css

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

 a { background-color: rgb(175,47,30); }

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

border-color css

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

 span { border-color: rgb(175,47,30); }

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