Html Css Color HEX #AF2F1D Fire Brick

📋 copy color: '#AF2F1D'

red 175 ◦ green 47 ◦ blue 29

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

Shades of Fire Brick #AF2F1D

Tints of Fire Brick #AF2F1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.55%

R = 69.72%
G = 18.73%
B = 11.55%

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

#AF2F1D (or 0xAF2F1D) is known color: Fire Brick. HEX triplet: AF, 2F and 1D. RGB value is (175,47,29). Sum of RGB (Red+Green+Blue) = 175+47+29=251 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.72% from 251); Green value is 47 (18.75% from 255 or 18.73% from 251); Blue value is 29 (11.72% from 255 or 11.55% from 251); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2F1D is #50D0E2. Grayscale: #535353. Windows color (decimal): -5296355 or 1912751. OLE color: 1912751.

HSL color Cylindrical-coordinate representation of color #AF2F1D: hue angle of 7.4º degrees, saturation: 0.72, 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 #AF2F1D is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 47 29 -
CMYK 0 0.73 0.83 0.31
HSL 7.4º 0.72% 0.4% -
HSV(B) 7.4º 0.83% 0.69% -
XYZ 18.92 11.24 2.33 -
YUV 83.22 97.41 193.46 -
System Red Green Blue C M Y K H S L
Decimal 175 47 29 0 0.73 0.83 0.31 7.4 0.72 0.4
Hex AF 2F 1D 0 49 53 1F 7 48 28
Octal 257 57 35 0 111 123 37 7 110 50
Binary 10101111 101111 11101 0 1001001 1010011 11111 111 1001000 101000

Color Harmonies of #AF2F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2F1D

Black with #AF2F1D

Text Example


Text Example

White with #AF2F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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