Html Css Color HEX #B12A0E Fire Brick

📋 copy color: '#B12A0E'

red 177 ◦ green 42 ◦ blue 14

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

Shades of Fire Brick #B12A0E

Tints of Fire Brick #B12A0E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.03%

 BLUE value IS 14 (5.86% from 255) = 6.01%

R = 75.97%
G = 18.03%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B12A0E (or 0xB12A0E) is known color: Fire Brick. HEX triplet: B1, 2A and 0E. RGB value is (177,42,14). Sum of RGB (Red+Green+Blue) = 177+42+14=233 (30% of max value = 765). Red value is 177 (69.53% from 255 or 75.97% from 233); Green value is 42 (16.80% from 255 or 18.03% from 233); Blue value is 14 (5.86% from 255 or 6.01% from 233); Max value from RGB is 177 - color contains mainly: red. Hex color #B12A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12A0E is #4ED5F1. Grayscale: #4F4F4F. Windows color (decimal): -5166578 or 928433. OLE color: 928433.

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

Color convert

RGB 177 42 14 -
CMYK 0 0.76 0.92 0.31
HSL 10.31º 0.85% 0.37% -
HSV(B) 10.31º 0.92% 0.69% -
XYZ 19.04 11.03 1.54 -
YUV 79.17 91.23 197.78 -
System Red Green Blue C M Y K H S L
Decimal 177 42 14 0 0.76 0.92 0.31 10.31 0.85 0.37
Hex B1 2A E 0 4C 5C 1F A 55 25
Octal 261 52 16 0 114 134 37 12 125 45
Binary 10110001 101010 1110 0 1001100 1011100 11111 1010 1010101 100101

Color Harmonies of #B12A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12A0E

Black with #B12A0E

Text Example


Text Example

White with #B12A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12A0E; }

 p { color: rgb(177,42,14); }

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

background-color css

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

 a { background-color: rgb(177,42,14); }

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

border-color css

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

 span { border-color: rgb(177,42,14); }

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