Html Css Color HEX #B21A07 Fire Brick

📋 copy color: '#B21A07'

red 178 ◦ green 26 ◦ blue 7

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

Shades of Fire Brick #B21A07

Tints of Fire Brick #B21A07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.32%

R = 84.36%
G = 12.32%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B21A07 (or 0xB21A07) is known color: Fire Brick. HEX triplet: B2, 1A and 07. RGB value is (178,26,7). Sum of RGB (Red+Green+Blue) = 178+26+7=211 (27% of max value = 765). Red value is 178 (69.92% from 255 or 84.36% from 211); Green value is 26 (10.55% from 255 or 12.32% from 211); Blue value is 7 (3.12% from 255 or 3.32% from 211); Max value from RGB is 178 - color contains mainly: red. Hex color #B21A07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B21A07 is #4DE5F8. Grayscale: #454545. Windows color (decimal): -5105145 or 465586. OLE color: 465586.

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

Color convert

RGB 178 26 7 -
CMYK 0 0.85 0.96 0.30
HSL 6.67º 0.92% 0.36% -
HSV(B) 6.67º 0.96% 0.7% -
XYZ 18.77 10.22 1.18 -
YUV 69.28 92.86 205.54 -
System Red Green Blue C M Y K H S L
Decimal 178 26 7 0 0.85 0.96 0.30 6.67 0.92 0.36
Hex B2 1A 7 0 55 60 1E 7 5C 24
Octal 262 32 7 0 125 140 36 7 134 44
Binary 10110010 11010 111 0 1010101 1100000 11110 111 1011100 100100

Color Harmonies of #B21A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21A07

Black with #B21A07

Text Example


Text Example

White with #B21A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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