Html Css Color HEX #B12618 Fire Brick

📋 copy color: '#B12618'

red 177 ◦ green 38 ◦ blue 24

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

Shades of Fire Brick #B12618

Tints of Fire Brick #B12618

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.9%

 BLUE value IS 24 (9.77% from 255) = 10.04%

R = 74.06%
G = 15.9%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B12618 (or 0xB12618) is known color: Fire Brick. HEX triplet: B1, 26 and 18. RGB value is (177,38,24). Sum of RGB (Red+Green+Blue) = 177+38+24=239 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.06% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 24 (9.77% from 255 or 10.04% from 239); Max value from RGB is 177 - color contains mainly: red. Hex color #B12618 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12618 is #4ED9E7. Grayscale: #4E4E4E. Windows color (decimal): -5167592 or 1582769. OLE color: 1582769.

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

Color convert

RGB 177 38 24 -
CMYK 0 0.79 0.86 0.31
HSL 5.49º 0.76% 0.39% -
HSV(B) 5.49º 0.86% 0.69% -
XYZ 18.99 10.8 1.95 -
YUV 77.97 97.55 198.64 -
System Red Green Blue C M Y K H S L
Decimal 177 38 24 0 0.79 0.86 0.31 5.49 0.76 0.39
Hex B1 26 18 0 4F 56 1F 5 4C 27
Octal 261 46 30 0 117 126 37 5 114 47
Binary 10110001 100110 11000 0 1001111 1010110 11111 101 1001100 100111

Color Harmonies of #B12618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12618

Black with #B12618

Text Example


Text Example

White with #B12618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12618; }

 p { color: rgb(177,38,24); }

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

background-color css

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

 a { background-color: rgb(177,38,24); }

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

border-color css

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

 span { border-color: rgb(177,38,24); }

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