Html Css Color HEX #B1200D Fire Brick

📋 copy color: '#B1200D'

red 177 ◦ green 32 ◦ blue 13

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

Shades of Fire Brick #B1200D

Tints of Fire Brick #B1200D

RGB

 RED value IS 177 (69.53% from 255) = 79.73%

 GREEN value IS 32 (12.89% from 255) = 14.41%

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

R = 79.73%
G = 14.41%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B1200D (or 0xB1200D) is known color: Fire Brick. HEX triplet: B1, 20 and 0D. RGB value is (177,32,13). Sum of RGB (Red+Green+Blue) = 177+32+13=222 (29% of max value = 765). Red value is 177 (69.53% from 255 or 79.73% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 13 (5.47% from 255 or 5.86% from 222); Max value from RGB is 177 - color contains mainly: red. Hex color #B1200D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1200D is #4EDFF2. Grayscale: #494949. Windows color (decimal): -5169139 or 860337. OLE color: 860337.

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

Color convert

RGB 177 32 13 -
CMYK 0 0.82 0.93 0.31
HSL 6.95º 0.86% 0.37% -
HSV(B) 6.95º 0.93% 0.69% -
XYZ 18.72 10.41 1.4 -
YUV 73.19 94.04 202.04 -
System Red Green Blue C M Y K H S L
Decimal 177 32 13 0 0.82 0.93 0.31 6.95 0.86 0.37
Hex B1 20 D 0 52 5D 1F 7 56 25
Octal 261 40 15 0 122 135 37 7 126 45
Binary 10110001 100000 1101 0 1010010 1011101 11111 111 1010110 100101

Color Harmonies of #B1200D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1200D

Black with #B1200D

Text Example


Text Example

White with #B1200D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1200D; }

 p { color: rgb(177,32,13); }

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

background-color css

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

 a { background-color: rgb(177,32,13); }

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

border-color css

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

 span { border-color: rgb(177,32,13); }

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