Html Css Color HEX #A21F03 Fire Brick

📋 copy color: '#A21F03'

red 162 ◦ green 31 ◦ blue 3

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

Shades of Fire Brick #A21F03

Tints of Fire Brick #A21F03

RGB

 RED value IS 162 (63.67% from 255) = 82.65%

 GREEN value IS 31 (12.5% from 255) = 15.82%

 BLUE value IS 3 (1.56% from 255) = 1.53%

R = 82.65%
G = 15.82%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A21F03 (or 0xA21F03) is known color: Fire Brick. HEX triplet: A2, 1F and 03. RGB value is (162,31,3). Sum of RGB (Red+Green+Blue) = 162+31+3=196 (25% of max value = 765). Red value is 162 (63.67% from 255 or 82.65% from 196); Green value is 31 (12.5% from 255 or 15.82% from 196); Blue value is 3 (1.56% from 255 or 1.53% from 196); Max value from RGB is 162 - color contains mainly: red. Hex color #A21F03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21F03 is #5DE0FC. Grayscale: #434343. Windows color (decimal): -6152445 or 204706. OLE color: 204706.

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

Color convert

RGB 162 31 3 -
CMYK 0 0.81 0.98 0.36
HSL 10.57º 0.96% 0.32% -
HSV(B) 10.57º 0.98% 0.64% -
XYZ 15.41 8.67 0.95 -
YUV 66.98 91.9 195.78 -
System Red Green Blue C M Y K H S L
Decimal 162 31 3 0 0.81 0.98 0.36 10.57 0.96 0.32
Hex A2 1F 3 0 51 62 24 B 60 20
Octal 242 37 3 0 121 142 44 13 140 40
Binary 10100010 11111 11 0 1010001 1100010 100100 1011 1100000 100000

Color Harmonies of #A21F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21F03

Black with #A21F03

Text Example


Text Example

White with #A21F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21F03; }

 p { color: rgb(162,31,3); }

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

background-color css

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

 a { background-color: rgb(162,31,3); }

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

border-color css

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

 span { border-color: rgb(162,31,3); }

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