Html Css Color HEX #B12A25 Fire Brick

📋 copy color: '#B12A25'

red 177 ◦ green 42 ◦ blue 37

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

Shades of Fire Brick #B12A25

Tints of Fire Brick #B12A25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.45%

R = 69.14%
G = 16.41%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#B12A25 (or 0xB12A25) is known color: Fire Brick. HEX triplet: B1, 2A and 25. RGB value is (177,42,37). Sum of RGB (Red+Green+Blue) = 177+42+37=256 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.14% from 256); Green value is 42 (16.80% from 255 or 16.41% from 256); Blue value is 37 (14.84% from 255 or 14.45% from 256); Max value from RGB is 177 - color contains mainly: red. Hex color #B12A25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12A25 is #4ED5DA. Grayscale: #515151. Windows color (decimal): -5166555 or 2435761. OLE color: 2435761.

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

Color convert

RGB 177 42 37 -
CMYK 0 0.76 0.79 0.31
HSL 2.14º 0.65% 0.42% -
HSV(B) 2.14º 0.79% 0.69% -
XYZ 19.29 11.14 2.88 -
YUV 81.8 102.73 195.91 -
System Red Green Blue C M Y K H S L
Decimal 177 42 37 0 0.76 0.79 0.31 2.14 0.65 0.42
Hex B1 2A 25 0 4C 4F 1F 2 41 2A
Octal 261 52 45 0 114 117 37 2 101 52
Binary 10110001 101010 100101 0 1001100 1001111 11111 10 1000001 101010

Color Harmonies of #B12A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12A25

Black with #B12A25

Text Example


Text Example

White with #B12A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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