Html Css Color HEX #B12929 Fire Brick

📋 copy color: '#B12929'

red 177 ◦ green 41 ◦ blue 41

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

Shades of Fire Brick #B12929

Tints of Fire Brick #B12929

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.83%

R = 68.34%
G = 15.83%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B12929 (or 0xB12929) is known color: Fire Brick. HEX triplet: B1, 29 and 29. RGB value is (177,41,41). Sum of RGB (Red+Green+Blue) = 177+41+41=259 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.34% from 259); Green value is 41 (16.41% from 255 or 15.83% from 259); Blue value is 41 (16.41% from 255 or 15.83% from 259); Max value from RGB is 177 - color contains mainly: red. Hex color #B12929 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12929 is #4ED6D6. Grayscale: #515151. Windows color (decimal): -5166807 or 2697649. OLE color: 2697649.

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

Color convert

RGB 177 41 41 -
CMYK 0 0.77 0.77 0.31
HSL 0.62% 0.43% -
HSV(B) 0.77% 0.69% -
XYZ 19.32 11.09 3.22 -
YUV 81.66 105.06 196 -
System Red Green Blue C M Y K H S L
Decimal 177 41 41 0 0.77 0.77 0.31 0 0.62 0.43
Hex B1 29 29 0 4D 4D 1F 0 3E 2B
Octal 261 51 51 0 115 115 37 0 76 53
Binary 10110001 101001 101001 0 1001101 1001101 11111 0 111110 101011

Color Harmonies of #B12929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12929

Black with #B12929

Text Example


Text Example

White with #B12929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12929; }

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

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

background-color css

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

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

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

border-color css

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

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

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