Html Css Color HEX #A4270F Fire Brick

📋 copy color: '#A4270F'

red 164 ◦ green 39 ◦ blue 15

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

Shades of Fire Brick #A4270F

Tints of Fire Brick #A4270F

RGB

 RED value IS 164 (64.45% from 255) = 75.23%

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

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

R = 75.23%
G = 17.89%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A4270F (or 0xA4270F) is known color: Fire Brick. HEX triplet: A4, 27 and 0F. RGB value is (164,39,15). Sum of RGB (Red+Green+Blue) = 164+39+15=218 (28% of max value = 765). Red value is 164 (64.45% from 255 or 75.23% from 218); Green value is 39 (15.62% from 255 or 17.89% from 218); Blue value is 15 (6.25% from 255 or 6.88% from 218); Max value from RGB is 164 - color contains mainly: red. Hex color #A4270F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A4270F is #5BD8F0. Grayscale: #494949. Windows color (decimal): -6019313 or 993188. OLE color: 993188.

HSL color Cylindrical-coordinate representation of color #A4270F: hue angle of 9.66º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A4270F is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 39 15 -
CMYK 0 0.76 0.91 0.36
HSL 9.66º 0.83% 0.35% -
HSV(B) 9.66º 0.91% 0.64% -
XYZ 16.12 9.38 1.41 -
YUV 73.64 94.91 192.45 -
System Red Green Blue C M Y K H S L
Decimal 164 39 15 0 0.76 0.91 0.36 9.66 0.83 0.35
Hex A4 27 F 0 4C 5B 24 A 53 23
Octal 244 47 17 0 114 133 44 12 123 43
Binary 10100100 100111 1111 0 1001100 1011011 100100 1010 1010011 100011

Color Harmonies of #A4270F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4270F

Black with #A4270F

Text Example


Text Example

White with #A4270F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4270F; }

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

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

background-color css

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

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

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

border-color css

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

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

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