Html Css Color HEX #B12910 Fire Brick

📋 copy color: '#B12910'

red 177 ◦ green 41 ◦ blue 16

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

Shades of Fire Brick #B12910

Tints of Fire Brick #B12910

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.52%

 BLUE value IS 16 (6.64% from 255) = 6.84%

R = 75.64%
G = 17.52%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B12910 (or 0xB12910) is known color: Fire Brick. HEX triplet: B1, 29 and 10. RGB value is (177,41,16). Sum of RGB (Red+Green+Blue) = 177+41+16=234 (30% of max value = 765). Red value is 177 (69.53% from 255 or 75.64% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 16 (6.64% from 255 or 6.84% from 234); Max value from RGB is 177 - color contains mainly: red. Hex color #B12910 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12910 is #4ED6EF. Grayscale: #4F4F4F. Windows color (decimal): -5166832 or 1059249. OLE color: 1059249.

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

Color convert

RGB 177 41 16 -
CMYK 0 0.77 0.91 0.31
HSL 9.32º 0.83% 0.38% -
HSV(B) 9.32º 0.91% 0.69% -
XYZ 19.02 10.97 1.61 -
YUV 78.81 92.56 198.03 -
System Red Green Blue C M Y K H S L
Decimal 177 41 16 0 0.77 0.91 0.31 9.32 0.83 0.38
Hex B1 29 10 0 4D 5B 1F 9 53 26
Octal 261 51 20 0 115 133 37 11 123 46
Binary 10110001 101001 10000 0 1001101 1011011 11111 1001 1010011 100110

Color Harmonies of #B12910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12910

Black with #B12910

Text Example


Text Example

White with #B12910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12910; }

 p { color: rgb(177,41,16); }

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

background-color css

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

 a { background-color: rgb(177,41,16); }

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

border-color css

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

 span { border-color: rgb(177,41,16); }

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