Html Css Color HEX #B21D1A Fire Brick

📋 copy color: '#B21D1A'

red 178 ◦ green 29 ◦ blue 26

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

Shades of Fire Brick #B21D1A

Tints of Fire Brick #B21D1A

RGB

 RED value IS 178 (69.92% from 255) = 76.39%

 GREEN value IS 29 (11.72% from 255) = 12.45%

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

R = 76.39%
G = 12.45%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B21D1A (or 0xB21D1A) is known color: Fire Brick. HEX triplet: B2, 1D and 1A. RGB value is (178,29,26). Sum of RGB (Red+Green+Blue) = 178+29+26=233 (30% of max value = 765). Red value is 178 (69.92% from 255 or 76.39% from 233); Green value is 29 (11.72% from 255 or 12.45% from 233); Blue value is 26 (10.55% from 255 or 11.16% from 233); Max value from RGB is 178 - color contains mainly: red. Hex color #B21D1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B21D1A is #4DE2E5. Grayscale: #494949. Windows color (decimal): -5104358 or 1711538. OLE color: 1711538.

HSL color Cylindrical-coordinate representation of color #B21D1A: hue angle of 1.18º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B21D1A is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 29 26 -
CMYK 0 0.84 0.85 0.30
HSL 1.18º 0.75% 0.4% -
HSV(B) 1.18º 0.85% 0.7% -
XYZ 18.99 10.42 1.99 -
YUV 73.21 101.36 202.74 -
System Red Green Blue C M Y K H S L
Decimal 178 29 26 0 0.84 0.85 0.30 1.18 0.75 0.4
Hex B2 1D 1A 0 54 55 1E 1 4B 28
Octal 262 35 32 0 124 125 36 1 113 50
Binary 10110010 11101 11010 0 1010100 1010101 11110 1 1001011 101000

Color Harmonies of #B21D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21D1A

Black with #B21D1A

Text Example


Text Example

White with #B21D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21D1A; }

 p { color: rgb(178,29,26); }

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

background-color css

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

 a { background-color: rgb(178,29,26); }

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

border-color css

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

 span { border-color: rgb(178,29,26); }

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