Html Css Color HEX #A21E04 Fire Brick

📋 copy color: '#A21E04'

red 162 ◦ green 30 ◦ blue 4

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

Shades of Fire Brick #A21E04

Tints of Fire Brick #A21E04

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.31%

 BLUE value IS 4 (1.95% from 255) = 2.04%

R = 82.65%
G = 15.31%
B = 2.04%

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

#A21E04 (or 0xA21E04) is known color: Fire Brick. HEX triplet: A2, 1E and 04. RGB value is (162,30,4). Sum of RGB (Red+Green+Blue) = 162+30+4=196 (25% of max value = 765). Red value is 162 (63.67% from 255 or 82.65% from 196); Green value is 30 (12.11% from 255 or 15.31% from 196); Blue value is 4 (1.95% from 255 or 2.04% from 196); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21E04 is #5DE1FB. Grayscale: #424242. Windows color (decimal): -6152700 or 269986. OLE color: 269986.

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

Color convert

RGB 162 30 4 -
CMYK 0 0.81 0.98 0.36
HSL 9.87º 0.95% 0.33% -
HSV(B) 9.87º 0.98% 0.64% -
XYZ 15.39 8.62 0.97 -
YUV 66.5 92.73 196.11 -
System Red Green Blue C M Y K H S L
Decimal 162 30 4 0 0.81 0.98 0.36 9.87 0.95 0.33
Hex A2 1E 4 0 51 62 24 A 5F 21
Octal 242 36 4 0 121 142 44 12 137 41
Binary 10100010 11110 100 0 1010001 1100010 100100 1010 1011111 100001

Color Harmonies of #A21E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21E04

Black with #A21E04

Text Example


Text Example

White with #A21E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21E04; }

 p { color: rgb(162,30,4); }

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

background-color css

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

 a { background-color: rgb(162,30,4); }

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

border-color css

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

 span { border-color: rgb(162,30,4); }

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