Html Css Color HEX #A30F0F Fire Brick

📋 copy color: '#A30F0F'

red 163 ◦ green 15 ◦ blue 15

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

Shades of Fire Brick #A30F0F

Tints of Fire Brick #A30F0F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.77%

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

R = 84.46%
G = 7.77%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A30F0F (or 0xA30F0F) is known color: Fire Brick. HEX triplet: A3, 0F and 0F. RGB value is (163,15,15). Sum of RGB (Red+Green+Blue) = 163+15+15=193 (25% of max value = 765). Red value is 163 (64.06% from 255 or 84.46% from 193); Green value is 15 (6.25% from 255 or 7.77% from 193); Blue value is 15 (6.25% from 255 or 7.77% from 193); Max value from RGB is 163 - color contains mainly: red. Hex color #A30F0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30F0F is #5CF0F0. Grayscale: #3B3B3B. Windows color (decimal): -6090993 or 987043. OLE color: 987043.

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

Color convert

RGB 163 15 15 -
CMYK 0 0.91 0.91 0.36
HSL 0.83% 0.35% -
HSV(B) 0.91% 0.64% -
XYZ 15.36 8.16 1.22 -
YUV 59.25 103.03 202 -
System Red Green Blue C M Y K H S L
Decimal 163 15 15 0 0.91 0.91 0.36 0 0.83 0.35
Hex A3 F F 0 5B 5B 24 0 53 23
Octal 243 17 17 0 133 133 44 0 123 43
Binary 10100011 1111 1111 0 1011011 1011011 100100 0 1010011 100011

Color Harmonies of #A30F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30F0F

Black with #A30F0F

Text Example


Text Example

White with #A30F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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