Html Css Color HEX #B12323 Fire Brick

📋 copy color: '#B12323'

red 177 ◦ green 35 ◦ blue 35

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

Shades of Fire Brick #B12323

Tints of Fire Brick #B12323

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.17%

 BLUE value IS 35 (14.06% from 255) = 14.17%

R = 71.66%
G = 14.17%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B12323 (or 0xB12323) is known color: Fire Brick. HEX triplet: B1, 23 and 23. RGB value is (177,35,35). Sum of RGB (Red+Green+Blue) = 177+35+35=247 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.66% from 247); Green value is 35 (14.06% from 255 or 14.17% from 247); Blue value is 35 (14.06% from 255 or 14.17% from 247); Max value from RGB is 177 - color contains mainly: red. Hex color #B12323 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12323 is #4EDCDC. Grayscale: #4D4D4D. Windows color (decimal): -5168349 or 2302897. OLE color: 2302897.

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

Color convert

RGB 177 35 35 -
CMYK 0 0.80 0.80 0.31
HSL 0.67% 0.42% -
HSV(B) 0.8% 0.69% -
XYZ 19.04 10.67 2.65 -
YUV 77.46 104.04 199 -
System Red Green Blue C M Y K H S L
Decimal 177 35 35 0 0.80 0.80 0.31 0 0.67 0.42
Hex B1 23 23 0 50 50 1F 0 43 2A
Octal 261 43 43 0 120 120 37 0 103 52
Binary 10110001 100011 100011 0 1010000 1010000 11111 0 1000011 101010

Color Harmonies of #B12323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12323

Black with #B12323

Text Example


Text Example

White with #B12323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12323; }

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

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

background-color css

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

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

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

border-color css

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

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

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