Html Css Color HEX #A32B0F Fire Brick

📋 copy color: '#A32B0F'

red 163 ◦ green 43 ◦ blue 15

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

Shades of Fire Brick #A32B0F

Tints of Fire Brick #A32B0F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.46%

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

R = 73.76%
G = 19.46%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A32B0F (or 0xA32B0F) is known color: Fire Brick. HEX triplet: A3, 2B and 0F. RGB value is (163,43,15). Sum of RGB (Red+Green+Blue) = 163+43+15=221 (29% of max value = 765). Red value is 163 (64.06% from 255 or 73.76% from 221); Green value is 43 (17.19% from 255 or 19.46% from 221); Blue value is 15 (6.25% from 255 or 6.79% from 221); Max value from RGB is 163 - color contains mainly: red. Hex color #A32B0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32B0F is #5CD4F0. Grayscale: #4B4B4B. Windows color (decimal): -6083825 or 994211. OLE color: 994211.

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

Color convert

RGB 163 43 15 -
CMYK 0 0.74 0.91 0.36
HSL 11.35º 0.83% 0.35% -
HSV(B) 11.35º 0.91% 0.64% -
XYZ 16.05 9.55 1.45 -
YUV 75.69 93.76 190.28 -
System Red Green Blue C M Y K H S L
Decimal 163 43 15 0 0.74 0.91 0.36 11.35 0.83 0.35
Hex A3 2B F 0 4A 5B 24 B 53 23
Octal 243 53 17 0 112 133 44 13 123 43
Binary 10100011 101011 1111 0 1001010 1011011 100100 1011 1010011 100011

Color Harmonies of #A32B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32B0F

Black with #A32B0F

Text Example


Text Example

White with #A32B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32B0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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