Html Css Color HEX #A21C1B Fire Brick

📋 copy color: '#A21C1B'

red 162 ◦ green 28 ◦ blue 27

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

Shades of Fire Brick #A21C1B

Tints of Fire Brick #A21C1B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.9%

 BLUE value IS 27 (10.94% from 255) = 12.44%

R = 74.65%
G = 12.9%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A21C1B (or 0xA21C1B) is known color: Fire Brick. HEX triplet: A2, 1C and 1B. RGB value is (162,28,27). Sum of RGB (Red+Green+Blue) = 162+28+27=217 (28% of max value = 765). Red value is 162 (63.67% from 255 or 74.65% from 217); Green value is 28 (11.33% from 255 or 12.90% from 217); Blue value is 27 (10.94% from 255 or 12.44% from 217); Max value from RGB is 162 - color contains mainly: red. Hex color #A21C1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21C1B is #5DE3E4. Grayscale: #444444. Windows color (decimal): -6153189 or 1776802. OLE color: 1776802.

HSL color Cylindrical-coordinate representation of color #A21C1B: hue angle of 0.44º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A21C1B is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 28 27 -
CMYK 0 0.83 0.83 0.36
HSL 0.44º 0.71% 0.37% -
HSV(B) 0.44º 0.83% 0.64% -
XYZ 15.51 8.59 1.88 -
YUV 67.95 104.89 195.08 -
System Red Green Blue C M Y K H S L
Decimal 162 28 27 0 0.83 0.83 0.36 0.44 0.71 0.37
Hex A2 1C 1B 0 53 53 24 0 47 25
Octal 242 34 33 0 123 123 44 0 107 45
Binary 10100010 11100 11011 0 1010011 1010011 100100 0 1000111 100101

Color Harmonies of #A21C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21C1B

Black with #A21C1B

Text Example


Text Example

White with #A21C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21C1B; }

 p { color: rgb(162,28,27); }

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

background-color css

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

 a { background-color: rgb(162,28,27); }

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

border-color css

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

 span { border-color: rgb(162,28,27); }

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