Html Css Color HEX #AF2F1B Fire Brick

📋 copy color: '#AF2F1B'

red 175 ◦ green 47 ◦ blue 27

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

Shades of Fire Brick #AF2F1B

Tints of Fire Brick #AF2F1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.84%

R = 70.28%
G = 18.88%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF2F1B (or 0xAF2F1B) is known color: Fire Brick. HEX triplet: AF, 2F and 1B. RGB value is (175,47,27). Sum of RGB (Red+Green+Blue) = 175+47+27=249 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.28% from 249); Green value is 47 (18.75% from 255 or 18.88% from 249); Blue value is 27 (10.94% from 255 or 10.84% from 249); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2F1B is #50D0E4. Grayscale: #535353. Windows color (decimal): -5296357 or 1781679. OLE color: 1781679.

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

Color convert

RGB 175 47 27 -
CMYK 0 0.73 0.85 0.31
HSL 8.11º 0.73% 0.4% -
HSV(B) 8.11º 0.85% 0.69% -
XYZ 18.89 11.23 2.21 -
YUV 82.99 96.41 193.63 -
System Red Green Blue C M Y K H S L
Decimal 175 47 27 0 0.73 0.85 0.31 8.11 0.73 0.4
Hex AF 2F 1B 0 49 55 1F 8 49 28
Octal 257 57 33 0 111 125 37 10 111 50
Binary 10101111 101111 11011 0 1001001 1010101 11111 1000 1001001 101000

Color Harmonies of #AF2F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2F1B

Black with #AF2F1B

Text Example


Text Example

White with #AF2F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2F1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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