Html Css Color HEX #B12F21 Fire Brick

📋 copy color: '#B12F21'

red 177 ◦ green 47 ◦ blue 33

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

Shades of Fire Brick #B12F21

Tints of Fire Brick #B12F21

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.29%

 BLUE value IS 33 (13.28% from 255) = 12.84%

R = 68.87%
G = 18.29%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B12F21 (or 0xB12F21) is known color: Fire Brick. HEX triplet: B1, 2F and 21. RGB value is (177,47,33). Sum of RGB (Red+Green+Blue) = 177+47+33=257 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.87% from 257); Green value is 47 (18.75% from 255 or 18.29% from 257); Blue value is 33 (13.28% from 255 or 12.84% from 257); Max value from RGB is 177 - color contains mainly: red. Hex color #B12F21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12F21 is #4ED0DE. Grayscale: #545454. Windows color (decimal): -5165279 or 2174897. OLE color: 2174897.

HSL color Cylindrical-coordinate representation of color #B12F21: hue angle of 5.83º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B12F21 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 47 33 -
CMYK 0 0.73 0.81 0.31
HSL 5.83º 0.69% 0.41% -
HSV(B) 5.83º 0.81% 0.69% -
XYZ 19.42 11.49 2.63 -
YUV 84.27 99.07 194.14 -
System Red Green Blue C M Y K H S L
Decimal 177 47 33 0 0.73 0.81 0.31 5.83 0.69 0.41
Hex B1 2F 21 0 49 51 1F 6 45 29
Octal 261 57 41 0 111 121 37 6 105 51
Binary 10110001 101111 100001 0 1001001 1010001 11111 110 1000101 101001

Color Harmonies of #B12F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12F21

Black with #B12F21

Text Example


Text Example

White with #B12F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12F21; }

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

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

background-color css

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

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

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

border-color css

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

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

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