Html Css Color HEX #A3230F Fire Brick

📋 copy color: '#A3230F'

red 163 ◦ green 35 ◦ blue 15

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

Shades of Fire Brick #A3230F

Tints of Fire Brick #A3230F

RGB

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

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

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

R = 76.53%
G = 16.43%
B = 7.04%

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

#A3230F (or 0xA3230F) is known color: Fire Brick. HEX triplet: A3, 23 and 0F. RGB value is (163,35,15). Sum of RGB (Red+Green+Blue) = 163+35+15=213 (28% of max value = 765). Red value is 163 (64.06% from 255 or 76.53% from 213); Green value is 35 (14.06% from 255 or 16.43% from 213); Blue value is 15 (6.25% from 255 or 7.04% from 213); Max value from RGB is 163 - color contains mainly: red. Hex color #A3230F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A3230F is #5CDCF0. Grayscale: #474747. Windows color (decimal): -6085873 or 992163. OLE color: 992163.

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

Color convert

RGB 163 35 15 -
CMYK 0 0.79 0.91 0.36
HSL 8.11º 0.83% 0.35% -
HSV(B) 8.11º 0.91% 0.64% -
XYZ 15.79 9.02 1.36 -
YUV 70.99 96.41 193.63 -
System Red Green Blue C M Y K H S L
Decimal 163 35 15 0 0.79 0.91 0.36 8.11 0.83 0.35
Hex A3 23 F 0 4F 5B 24 8 53 23
Octal 243 43 17 0 117 133 44 10 123 43
Binary 10100011 100011 1111 0 1001111 1011011 100100 1000 1010011 100011

Color Harmonies of #A3230F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3230F

Black with #A3230F

Text Example


Text Example

White with #A3230F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3230F; }

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

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

background-color css

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

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

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

border-color css

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

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

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