Html Css Color HEX #A21C0B Fire Brick

📋 copy color: '#A21C0B'

red 162 ◦ green 28 ◦ blue 11

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

Shades of Fire Brick #A21C0B

Tints of Fire Brick #A21C0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.47%

R = 80.6%
G = 13.93%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A21C0B (or 0xA21C0B) is known color: Fire Brick. HEX triplet: A2, 1C and 0B. RGB value is (162,28,11). Sum of RGB (Red+Green+Blue) = 162+28+11=201 (26% of max value = 765). Red value is 162 (63.67% from 255 or 80.60% from 201); Green value is 28 (11.33% from 255 or 13.93% from 201); Blue value is 11 (4.69% from 255 or 5.47% from 201); Max value from RGB is 162 - color contains mainly: red. Hex color #A21C0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21C0B is #5DE3F4. Grayscale: #424242. Windows color (decimal): -6153205 or 728226. OLE color: 728226.

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

Color convert

RGB 162 28 11 -
CMYK 0 0.83 0.93 0.36
HSL 6.75º 0.87% 0.34% -
HSV(B) 6.75º 0.93% 0.64% -
XYZ 15.38 8.54 1.15 -
YUV 66.13 96.89 196.38 -
System Red Green Blue C M Y K H S L
Decimal 162 28 11 0 0.83 0.93 0.36 6.75 0.87 0.34
Hex A2 1C B 0 53 5D 24 7 57 22
Octal 242 34 13 0 123 135 44 7 127 42
Binary 10100010 11100 1011 0 1010011 1011101 100100 111 1010111 100010

Color Harmonies of #A21C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21C0B

Black with #A21C0B

Text Example


Text Example

White with #A21C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21C0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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