Html Css Color HEX #AF271A Fire Brick

📋 copy color: '#AF271A'

red 175 ◦ green 39 ◦ blue 26

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

Shades of Fire Brick #AF271A

Tints of Fire Brick #AF271A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.83%

R = 72.92%
G = 16.25%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF271A (or 0xAF271A) is known color: Fire Brick. HEX triplet: AF, 27 and 1A. RGB value is (175,39,26). Sum of RGB (Red+Green+Blue) = 175+39+26=240 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.92% from 240); Green value is 39 (15.62% from 255 or 16.25% from 240); Blue value is 26 (10.55% from 255 or 10.83% from 240); Max value from RGB is 175 - color contains mainly: red. Hex color #AF271A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF271A is #50D8E5. Grayscale: #4E4E4E. Windows color (decimal): -5298406 or 1714095. OLE color: 1714095.

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

Color convert

RGB 175 39 26 -
CMYK 0 0.78 0.85 0.31
HSL 5.23º 0.74% 0.39% -
HSV(B) 5.23º 0.85% 0.69% -
XYZ 18.59 10.64 2.05 -
YUV 78.18 98.56 197.06 -
System Red Green Blue C M Y K H S L
Decimal 175 39 26 0 0.78 0.85 0.31 5.23 0.74 0.39
Hex AF 27 1A 0 4E 55 1F 5 4A 27
Octal 257 47 32 0 116 125 37 5 112 47
Binary 10101111 100111 11010 0 1001110 1010101 11111 101 1001010 100111

Color Harmonies of #AF271A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF271A

Black with #AF271A

Text Example


Text Example

White with #AF271A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF271A; }

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

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

background-color css

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

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

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

border-color css

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

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

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