Html Css Color HEX #AF271D Fire Brick

📋 copy color: '#AF271D'

red 175 ◦ green 39 ◦ blue 29

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

Shades of Fire Brick #AF271D

Tints of Fire Brick #AF271D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.05%

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

R = 72.02%
G = 16.05%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF271D (or 0xAF271D) is known color: Fire Brick. HEX triplet: AF, 27 and 1D. RGB value is (175,39,29). Sum of RGB (Red+Green+Blue) = 175+39+29=243 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.02% from 243); Green value is 39 (15.62% from 255 or 16.05% from 243); Blue value is 29 (11.72% from 255 or 11.93% from 243); Max value from RGB is 175 - color contains mainly: red. Hex color #AF271D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF271D is #50D8E2. Grayscale: #4E4E4E. Windows color (decimal): -5298403 or 1910703. OLE color: 1910703.

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

Color convert

RGB 175 39 29 -
CMYK 0 0.78 0.83 0.31
HSL 4.11º 0.72% 0.4% -
HSV(B) 4.11º 0.83% 0.69% -
XYZ 18.63 10.65 2.24 -
YUV 78.52 100.06 196.81 -
System Red Green Blue C M Y K H S L
Decimal 175 39 29 0 0.78 0.83 0.31 4.11 0.72 0.4
Hex AF 27 1D 0 4E 53 1F 4 48 28
Octal 257 47 35 0 116 123 37 4 110 50
Binary 10101111 100111 11101 0 1001110 1010011 11111 100 1001000 101000

Color Harmonies of #AF271D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF271D

Black with #AF271D

Text Example


Text Example

White with #AF271D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF271D; }

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

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

background-color css

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

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

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

border-color css

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

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

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