Html Css Color HEX #A21A0F Fire Brick

📋 copy color: '#A21A0F'

red 162 ◦ green 26 ◦ blue 15

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

Shades of Fire Brick #A21A0F

Tints of Fire Brick #A21A0F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.81%

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

R = 79.8%
G = 12.81%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A21A0F (or 0xA21A0F) is known color: Fire Brick. HEX triplet: A2, 1A and 0F. RGB value is (162,26,15). Sum of RGB (Red+Green+Blue) = 162+26+15=203 (26% of max value = 765). Red value is 162 (63.67% from 255 or 79.80% from 203); Green value is 26 (10.55% from 255 or 12.81% from 203); Blue value is 15 (6.25% from 255 or 7.39% from 203); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21A0F is #5DE5F0. Grayscale: #414141. Windows color (decimal): -6153713 or 989858. OLE color: 989858.

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

Color convert

RGB 162 26 15 -
CMYK 0 0.84 0.91 0.36
HSL 4.49º 0.83% 0.35% -
HSV(B) 4.49º 0.91% 0.64% -
XYZ 15.36 8.45 1.27 -
YUV 65.41 99.56 196.89 -
System Red Green Blue C M Y K H S L
Decimal 162 26 15 0 0.84 0.91 0.36 4.49 0.83 0.35
Hex A2 1A F 0 54 5B 24 4 53 23
Octal 242 32 17 0 124 133 44 4 123 43
Binary 10100010 11010 1111 0 1010100 1011011 100100 100 1010011 100011

Color Harmonies of #A21A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21A0F

Black with #A21A0F

Text Example


Text Example

White with #A21A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21A0F; }

 p { color: rgb(162,26,15); }

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

background-color css

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

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

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

border-color css

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

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

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