Html Css Color HEX #A4230F Fire Brick

📋 copy color: '#A4230F'

red 164 ◦ green 35 ◦ blue 15

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

Shades of Fire Brick #A4230F

Tints of Fire Brick #A4230F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.36%

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

R = 76.64%
G = 16.36%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A4230F (or 0xA4230F) is known color: Fire Brick. HEX triplet: A4, 23 and 0F. RGB value is (164,35,15). Sum of RGB (Red+Green+Blue) = 164+35+15=214 (28% of max value = 765). Red value is 164 (64.45% from 255 or 76.64% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 15 (6.25% from 255 or 7.01% from 214); Max value from RGB is 164 - color contains mainly: red. Hex color #A4230F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A4230F is #5BDCF0. Grayscale: #474747. Windows color (decimal): -6020337 or 992164. OLE color: 992164.

HSL color Cylindrical-coordinate representation of color #A4230F: hue angle of 8.05º 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 #A4230F is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 35 15 -
CMYK 0 0.79 0.91 0.36
HSL 8.05º 0.83% 0.35% -
HSV(B) 8.05º 0.91% 0.64% -
XYZ 16 9.13 1.37 -
YUV 71.29 96.24 194.13 -
System Red Green Blue C M Y K H S L
Decimal 164 35 15 0 0.79 0.91 0.36 8.05 0.83 0.35
Hex A4 23 F 0 4F 5B 24 8 53 23
Octal 244 43 17 0 117 133 44 10 123 43
Binary 10100100 100011 1111 0 1001111 1011011 100100 1000 1010011 100011

Color Harmonies of #A4230F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4230F

Black with #A4230F

Text Example


Text Example

White with #A4230F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4230F; }

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

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

background-color css

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

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

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

border-color css

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

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

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