Html Css Color HEX #A21B1A Fire Brick

📋 copy color: '#A21B1A'

red 162 ◦ green 27 ◦ blue 26

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

Shades of Fire Brick #A21B1A

Tints of Fire Brick #A21B1A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.56%

 BLUE value IS 26 (10.55% from 255) = 12.09%

R = 75.35%
G = 12.56%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A21B1A (or 0xA21B1A) is known color: Fire Brick. HEX triplet: A2, 1B and 1A. RGB value is (162,27,26). Sum of RGB (Red+Green+Blue) = 162+27+26=215 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75.35% from 215); Green value is 27 (10.94% from 255 or 12.56% from 215); Blue value is 26 (10.55% from 255 or 12.09% from 215); Max value from RGB is 162 - color contains mainly: red. Hex color #A21B1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21B1A is #5DE4E5. Grayscale: #434343. Windows color (decimal): -6153446 or 1711010. OLE color: 1711010.

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

Color convert

RGB 162 27 26 -
CMYK 0 0.83 0.84 0.36
HSL 0.44º 0.72% 0.37% -
HSV(B) 0.44º 0.84% 0.64% -
XYZ 15.48 8.54 1.81 -
YUV 67.25 104.73 195.58 -
System Red Green Blue C M Y K H S L
Decimal 162 27 26 0 0.83 0.84 0.36 0.44 0.72 0.37
Hex A2 1B 1A 0 53 54 24 0 48 25
Octal 242 33 32 0 123 124 44 0 110 45
Binary 10100010 11011 11010 0 1010011 1010100 100100 0 1001000 100101

Color Harmonies of #A21B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21B1A

Black with #A21B1A

Text Example


Text Example

White with #A21B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21B1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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