Html Css Color HEX #AF270B Fire Brick

📋 copy color: '#AF270B'

red 175 ◦ green 39 ◦ blue 11

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

Shades of Fire Brick #AF270B

Tints of Fire Brick #AF270B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.89%

R = 77.78%
G = 17.33%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AF270B (or 0xAF270B) is known color: Fire Brick. HEX triplet: AF, 27 and 0B. RGB value is (175,39,11). Sum of RGB (Red+Green+Blue) = 175+39+11=225 (29% of max value = 765). Red value is 175 (68.75% from 255 or 77.78% from 225); Green value is 39 (15.62% from 255 or 17.33% from 225); Blue value is 11 (4.69% from 255 or 4.89% from 225); Max value from RGB is 175 - color contains mainly: red. Hex color #AF270B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF270B is #50D8F4. Grayscale: #4C4C4C. Windows color (decimal): -5298421 or 731055. OLE color: 731055.

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

Color convert

RGB 175 39 11 -
CMYK 0 0.78 0.94 0.31
HSL 10.24º 0.88% 0.36% -
HSV(B) 10.24º 0.94% 0.69% -
XYZ 18.47 10.59 1.39 -
YUV 76.47 91.06 198.28 -
System Red Green Blue C M Y K H S L
Decimal 175 39 11 0 0.78 0.94 0.31 10.24 0.88 0.36
Hex AF 27 B 0 4E 5E 1F A 58 24
Octal 257 47 13 0 116 136 37 12 130 44
Binary 10101111 100111 1011 0 1001110 1011110 11111 1010 1011000 100100

Color Harmonies of #AF270B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF270B

Black with #AF270B

Text Example


Text Example

White with #AF270B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF270B; }

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

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

background-color css

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

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

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

border-color css

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

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

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