Html Css Color HEX #A31D02 Fire Brick

📋 copy color: '#A31D02'

red 163 ◦ green 29 ◦ blue 2

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

Shades of Fire Brick #A31D02

Tints of Fire Brick #A31D02

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.95%

 BLUE value IS 2 (1.17% from 255) = 1.03%

R = 84.02%
G = 14.95%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A31D02 (or 0xA31D02) is known color: Fire Brick. HEX triplet: A3, 1D and 02. RGB value is (163,29,2). Sum of RGB (Red+Green+Blue) = 163+29+2=194 (25% of max value = 765). Red value is 163 (64.06% from 255 or 84.02% from 194); Green value is 29 (11.72% from 255 or 14.95% from 194); Blue value is 2 (1.17% from 255 or 1.03% from 194); Max value from RGB is 163 - color contains mainly: red. Hex color #A31D02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A31D02 is #5CE2FD. Grayscale: #424242. Windows color (decimal): -6087422 or 138659. OLE color: 138659.

HSL color Cylindrical-coordinate representation of color #A31D02: hue angle of 10.06º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A31D02 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 29 2 -
CMYK 0 0.82 0.99 0.36
HSL 10.06º 0.98% 0.32% -
HSV(B) 10.06º 0.99% 0.64% -
XYZ 15.55 8.67 0.91 -
YUV 65.99 91.89 197.2 -
System Red Green Blue C M Y K H S L
Decimal 163 29 2 0 0.82 0.99 0.36 10.06 0.98 0.32
Hex A3 1D 2 0 52 63 24 A 62 20
Octal 243 35 2 0 122 143 44 12 142 40
Binary 10100011 11101 10 0 1010010 1100011 100100 1010 1100010 100000

Color Harmonies of #A31D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31D02

Black with #A31D02

Text Example


Text Example

White with #A31D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31D02; }

 p { color: rgb(163,29,2); }

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

background-color css

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

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

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

border-color css

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

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

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