Html Css Color HEX #B1210C Fire Brick

📋 copy color: '#B1210C'

red 177 ◦ green 33 ◦ blue 12

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

Shades of Fire Brick #B1210C

Tints of Fire Brick #B1210C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.86%

 BLUE value IS 12 (5.08% from 255) = 5.41%

R = 79.73%
G = 14.86%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B1210C (or 0xB1210C) is known color: Fire Brick. HEX triplet: B1, 21 and 0C. RGB value is (177,33,12). Sum of RGB (Red+Green+Blue) = 177+33+12=222 (29% of max value = 765). Red value is 177 (69.53% from 255 or 79.73% from 222); Green value is 33 (13.28% from 255 or 14.86% from 222); Blue value is 12 (5.08% from 255 or 5.41% from 222); Max value from RGB is 177 - color contains mainly: red. Hex color #B1210C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1210C is #4EDEF3. Grayscale: #494949. Windows color (decimal): -5168884 or 795057. OLE color: 795057.

HSL color Cylindrical-coordinate representation of color #B1210C: hue angle of 7.64º degrees, saturation: 0.87, 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 #B1210C is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 33 12 -
CMYK 0 0.81 0.93 0.31
HSL 7.64º 0.87% 0.37% -
HSV(B) 7.64º 0.93% 0.69% -
XYZ 18.74 10.46 1.38 -
YUV 73.66 93.21 201.71 -
System Red Green Blue C M Y K H S L
Decimal 177 33 12 0 0.81 0.93 0.31 7.64 0.87 0.37
Hex B1 21 C 0 51 5D 1F 8 57 25
Octal 261 41 14 0 121 135 37 10 127 45
Binary 10110001 100001 1100 0 1010001 1011101 11111 1000 1010111 100101

Color Harmonies of #B1210C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1210C

Black with #B1210C

Text Example


Text Example

White with #B1210C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1210C; }

 p { color: rgb(177,33,12); }

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

background-color css

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

 a { background-color: rgb(177,33,12); }

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

border-color css

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

 span { border-color: rgb(177,33,12); }

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