Html Css Color HEX #B21A0D Fire Brick

📋 copy color: '#B21A0D'

red 178 ◦ green 26 ◦ blue 13

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

Shades of Fire Brick #B21A0D

Tints of Fire Brick #B21A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.99%

R = 82.03%
G = 11.98%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B21A0D (or 0xB21A0D) is known color: Fire Brick. HEX triplet: B2, 1A and 0D. RGB value is (178,26,13). Sum of RGB (Red+Green+Blue) = 178+26+13=217 (28% of max value = 765). Red value is 178 (69.92% from 255 or 82.03% from 217); Green value is 26 (10.55% from 255 or 11.98% from 217); Blue value is 13 (5.47% from 255 or 5.99% from 217); Max value from RGB is 178 - color contains mainly: red. Hex color #B21A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B21A0D is #4DE5F2. Grayscale: #464646. Windows color (decimal): -5105139 or 858802. OLE color: 858802.

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

Color convert

RGB 178 26 13 -
CMYK 0 0.85 0.93 0.30
HSL 4.73º 0.86% 0.37% -
HSV(B) 4.73º 0.93% 0.7% -
XYZ 18.8 10.23 1.36 -
YUV 69.97 95.86 205.06 -
System Red Green Blue C M Y K H S L
Decimal 178 26 13 0 0.85 0.93 0.30 4.73 0.86 0.37
Hex B2 1A D 0 55 5D 1E 5 56 25
Octal 262 32 15 0 125 135 36 5 126 45
Binary 10110010 11010 1101 0 1010101 1011101 11110 101 1010110 100101

Color Harmonies of #B21A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21A0D

Black with #B21A0D

Text Example


Text Example

White with #B21A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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