Html Css Color HEX #A3270A Fire Brick

📋 copy color: '#A3270A'

red 163 ◦ green 39 ◦ blue 10

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

Shades of Fire Brick #A3270A

Tints of Fire Brick #A3270A

RGB

 RED value IS 163 (64.06% from 255) = 76.89%

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

 BLUE value IS 10 (4.3% from 255) = 4.72%

R = 76.89%
G = 18.4%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#A3270A (or 0xA3270A) is known color: Fire Brick. HEX triplet: A3, 27 and 0A. RGB value is (163,39,10). Sum of RGB (Red+Green+Blue) = 163+39+10=212 (28% of max value = 765). Red value is 163 (64.06% from 255 or 76.89% from 212); Green value is 39 (15.62% from 255 or 18.40% from 212); Blue value is 10 (4.30% from 255 or 4.72% from 212); Max value from RGB is 163 - color contains mainly: red. Hex color #A3270A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A3270A is #5CD8F5. Grayscale: #494949. Windows color (decimal): -6084854 or 665507. OLE color: 665507.

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

Color convert

RGB 163 39 10 -
CMYK 0 0.76 0.94 0.36
HSL 11.37º 0.88% 0.34% -
HSV(B) 11.37º 0.94% 0.64% -
XYZ 15.88 9.26 1.24 -
YUV 72.77 92.58 192.36 -
System Red Green Blue C M Y K H S L
Decimal 163 39 10 0 0.76 0.94 0.36 11.37 0.88 0.34
Hex A3 27 A 0 4C 5E 24 B 58 22
Octal 243 47 12 0 114 136 44 13 130 42
Binary 10100011 100111 1010 0 1001100 1011110 100100 1011 1011000 100010

Color Harmonies of #A3270A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3270A

Black with #A3270A

Text Example


Text Example

White with #A3270A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3270A; }

 p { color: rgb(163,39,10); }

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

background-color css

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

 a { background-color: rgb(163,39,10); }

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

border-color css

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

 span { border-color: rgb(163,39,10); }

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