Html Css Color HEX #B12D1E Fire Brick

📋 copy color: '#B12D1E'

red 177 ◦ green 45 ◦ blue 30

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

Shades of Fire Brick #B12D1E

Tints of Fire Brick #B12D1E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.86%

 BLUE value IS 30 (12.11% from 255) = 11.9%

R = 70.24%
G = 17.86%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B12D1E (or 0xB12D1E) is known color: Fire Brick. HEX triplet: B1, 2D and 1E. RGB value is (177,45,30). Sum of RGB (Red+Green+Blue) = 177+45+30=252 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.24% from 252); Green value is 45 (17.97% from 255 or 17.86% from 252); Blue value is 30 (12.11% from 255 or 11.90% from 252); Max value from RGB is 177 - color contains mainly: red. Hex color #B12D1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12D1E is #4ED2E1. Grayscale: #525252. Windows color (decimal): -5165794 or 1977777. OLE color: 1977777.

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

Color convert

RGB 177 45 30 -
CMYK 0 0.75 0.83 0.31
HSL 6.12º 0.71% 0.41% -
HSV(B) 6.12º 0.83% 0.69% -
XYZ 19.3 11.32 2.4 -
YUV 82.76 98.23 195.22 -
System Red Green Blue C M Y K H S L
Decimal 177 45 30 0 0.75 0.83 0.31 6.12 0.71 0.41
Hex B1 2D 1E 0 4B 53 1F 6 47 29
Octal 261 55 36 0 113 123 37 6 107 51
Binary 10110001 101101 11110 0 1001011 1010011 11111 110 1000111 101001

Color Harmonies of #B12D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12D1E

Black with #B12D1E

Text Example


Text Example

White with #B12D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12D1E; }

 p { color: rgb(177,45,30); }

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

background-color css

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

 a { background-color: rgb(177,45,30); }

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

border-color css

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

 span { border-color: rgb(177,45,30); }

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