Html Css Color HEX #B12413 Fire Brick

📋 copy color: '#B12413'

red 177 ◦ green 36 ◦ blue 19

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

Shades of Fire Brick #B12413

Tints of Fire Brick #B12413

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.52%

 BLUE value IS 19 (7.81% from 255) = 8.19%

R = 76.29%
G = 15.52%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B12413 (or 0xB12413) is known color: Fire Brick. HEX triplet: B1, 24 and 13. RGB value is (177,36,19). Sum of RGB (Red+Green+Blue) = 177+36+19=232 (30% of max value = 765). Red value is 177 (69.53% from 255 or 76.29% from 232); Green value is 36 (14.45% from 255 or 15.52% from 232); Blue value is 19 (7.81% from 255 or 8.19% from 232); Max value from RGB is 177 - color contains mainly: red. Hex color #B12413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12413 is #4EDBEC. Grayscale: #4C4C4C. Windows color (decimal): -5168109 or 1254577. OLE color: 1254577.

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

Color convert

RGB 177 36 19 -
CMYK 0 0.80 0.89 0.31
HSL 6.46º 0.81% 0.38% -
HSV(B) 6.46º 0.89% 0.69% -
XYZ 18.88 10.66 1.68 -
YUV 76.22 95.71 199.88 -
System Red Green Blue C M Y K H S L
Decimal 177 36 19 0 0.80 0.89 0.31 6.46 0.81 0.38
Hex B1 24 13 0 50 59 1F 6 51 26
Octal 261 44 23 0 120 131 37 6 121 46
Binary 10110001 100100 10011 0 1010000 1011001 11111 110 1010001 100110

Color Harmonies of #B12413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12413

Black with #B12413

Text Example


Text Example

White with #B12413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12413; }

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

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

background-color css

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

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

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

border-color css

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

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

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