Html Css Color HEX #A4231B Fire Brick

📋 copy color: '#A4231B'

red 164 ◦ green 35 ◦ blue 27

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

Shades of Fire Brick #A4231B

Tints of Fire Brick #A4231B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.95%

R = 72.57%
G = 15.49%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A4231B (or 0xA4231B) is known color: Fire Brick. HEX triplet: A4, 23 and 1B. RGB value is (164,35,27). Sum of RGB (Red+Green+Blue) = 164+35+27=226 (29% of max value = 765). Red value is 164 (64.45% from 255 or 72.57% from 226); Green value is 35 (14.06% from 255 or 15.49% from 226); Blue value is 27 (10.94% from 255 or 11.95% from 226); Max value from RGB is 164 - color contains mainly: red. Hex color #A4231B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4231B is #5BDCE4. Grayscale: #484848. Windows color (decimal): -6020325 or 1778596. OLE color: 1778596.

HSL color Cylindrical-coordinate representation of color #A4231B: hue angle of 3.5º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A4231B is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 35 27 -
CMYK 0 0.79 0.84 0.36
HSL 3.5º 0.72% 0.37% -
HSV(B) 3.5º 0.84% 0.64% -
XYZ 16.11 9.17 1.96 -
YUV 72.66 102.24 193.15 -
System Red Green Blue C M Y K H S L
Decimal 164 35 27 0 0.79 0.84 0.36 3.5 0.72 0.37
Hex A4 23 1B 0 4F 54 24 4 48 25
Octal 244 43 33 0 117 124 44 4 110 45
Binary 10100100 100011 11011 0 1001111 1010100 100100 100 1001000 100101

Color Harmonies of #A4231B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4231B

Black with #A4231B

Text Example


Text Example

White with #A4231B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4231B; }

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

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

background-color css

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

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

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

border-color css

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

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

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