Html Css Color HEX #A8270F Fire Brick

📋 copy color: '#A8270F'

red 168 ◦ green 39 ◦ blue 15

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

Shades of Fire Brick #A8270F

Tints of Fire Brick #A8270F

RGB

 RED value IS 168 (66.02% from 255) = 75.68%

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

 BLUE value IS 15 (6.25% from 255) = 6.76%

R = 75.68%
G = 17.57%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.91

 K value IS 0.34

RGB Variations

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

Color information

#A8270F (or 0xA8270F) is known color: Fire Brick. HEX triplet: A8, 27 and 0F. RGB value is (168,39,15). Sum of RGB (Red+Green+Blue) = 168+39+15=222 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75.68% from 222); Green value is 39 (15.62% from 255 or 17.57% from 222); Blue value is 15 (6.25% from 255 or 6.76% from 222); Max value from RGB is 168 - color contains mainly: red. Hex color #A8270F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A8270F is #57D8F0. Grayscale: #4B4B4B. Windows color (decimal): -5757169 or 993192. OLE color: 993192.

HSL color Cylindrical-coordinate representation of color #A8270F: hue angle of 9.41º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A8270F is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 39 15 -
CMYK 0 0.77 0.91 0.34
HSL 9.41º 0.84% 0.36% -
HSV(B) 9.41º 0.91% 0.66% -
XYZ 16.96 9.81 1.45 -
YUV 74.84 94.24 194.45 -
System Red Green Blue C M Y K H S L
Decimal 168 39 15 0 0.77 0.91 0.34 9.41 0.84 0.36
Hex A8 27 F 0 4D 5B 22 9 54 24
Octal 250 47 17 0 115 133 42 11 124 44
Binary 10101000 100111 1111 0 1001101 1011011 100010 1001 1010100 100100

Color Harmonies of #A8270F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8270F

Black with #A8270F

Text Example


Text Example

White with #A8270F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8270F; }

 p { color: rgb(168,39,15); }

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

background-color css

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

 a { background-color: rgb(168,39,15); }

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

border-color css

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

 span { border-color: rgb(168,39,15); }

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