Html Css Color HEX #B12F24 Fire Brick

📋 copy color: '#B12F24'

red 177 ◦ green 47 ◦ blue 36

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

Shades of Fire Brick #B12F24

Tints of Fire Brick #B12F24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.85%

R = 68.08%
G = 18.08%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B12F24 (or 0xB12F24) is known color: Fire Brick. HEX triplet: B1, 2F and 24. RGB value is (177,47,36). Sum of RGB (Red+Green+Blue) = 177+47+36=260 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.08% from 260); Green value is 47 (18.75% from 255 or 18.08% from 260); Blue value is 36 (14.45% from 255 or 13.85% from 260); Max value from RGB is 177 - color contains mainly: red. Hex color #B12F24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12F24 is #4ED0DB. Grayscale: #545454. Windows color (decimal): -5165276 or 2371505. OLE color: 2371505.

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

Color convert

RGB 177 47 36 -
CMYK 0 0.73 0.80 0.31
HSL 4.68º 0.66% 0.42% -
HSV(B) 4.68º 0.8% 0.69% -
XYZ 19.47 11.51 2.86 -
YUV 84.62 100.57 193.89 -
System Red Green Blue C M Y K H S L
Decimal 177 47 36 0 0.73 0.80 0.31 4.68 0.66 0.42
Hex B1 2F 24 0 49 50 1F 5 42 2A
Octal 261 57 44 0 111 120 37 5 102 52
Binary 10110001 101111 100100 0 1001001 1010000 11111 101 1000010 101010

Color Harmonies of #B12F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12F24

Black with #B12F24

Text Example


Text Example

White with #B12F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12F24; }

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

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

background-color css

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

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

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

border-color css

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

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

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