Html Css Color HEX #A21E02 Fire Brick

📋 copy color: '#A21E02'

red 162 ◦ green 30 ◦ blue 2

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

Shades of Fire Brick #A21E02

Tints of Fire Brick #A21E02

RGB

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

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

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

R = 83.51%
G = 15.46%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A21E02 (or 0xA21E02) is known color: Fire Brick. HEX triplet: A2, 1E and 02. RGB value is (162,30,2). Sum of RGB (Red+Green+Blue) = 162+30+2=194 (25% of max value = 765). Red value is 162 (63.67% from 255 or 83.51% from 194); Green value is 30 (12.11% from 255 or 15.46% from 194); Blue value is 2 (1.17% from 255 or 1.03% from 194); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21E02 is #5DE1FD. Grayscale: #424242. Windows color (decimal): -6152702 or 138914. OLE color: 138914.

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

Color convert

RGB 162 30 2 -
CMYK 0 0.81 0.99 0.36
HSL 10.5º 0.98% 0.32% -
HSV(B) 10.5º 0.99% 0.64% -
XYZ 15.38 8.61 0.91 -
YUV 66.28 91.73 196.28 -
System Red Green Blue C M Y K H S L
Decimal 162 30 2 0 0.81 0.99 0.36 10.5 0.98 0.32
Hex A2 1E 2 0 51 63 24 A 62 20
Octal 242 36 2 0 121 143 44 12 142 40
Binary 10100010 11110 10 0 1010001 1100011 100100 1010 1100010 100000

Color Harmonies of #A21E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21E02

Black with #A21E02

Text Example


Text Example

White with #A21E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21E02; }

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

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

background-color css

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

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

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

border-color css

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

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

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