Html Css Color HEX #B23124 Fire Brick

📋 copy color: '#B23124'

red 178 ◦ green 49 ◦ blue 36

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

Shades of Fire Brick #B23124

Tints of Fire Brick #B23124

RGB

 RED value IS 178 (69.92% from 255) = 67.68%

 GREEN value IS 49 (19.53% from 255) = 18.63%

 BLUE value IS 36 (14.45% from 255) = 13.69%

R = 67.68%
G = 18.63%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B23124 (or 0xB23124) is known color: Fire Brick. HEX triplet: B2, 31 and 24. RGB value is (178,49,36). Sum of RGB (Red+Green+Blue) = 178+49+36=263 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.68% from 263); Green value is 49 (19.53% from 255 or 18.63% from 263); Blue value is 36 (14.45% from 255 or 13.69% from 263); Max value from RGB is 178 - color contains mainly: red. Hex color #B23124 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23124 is #4DCEDB. Grayscale: #565656. Windows color (decimal): -5099228 or 2372018. OLE color: 2372018.

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

Color convert

RGB 178 49 36 -
CMYK 0 0.72 0.80 0.30
HSL 5.49º 0.66% 0.42% -
HSV(B) 5.49º 0.8% 0.7% -
XYZ 19.78 11.79 2.9 -
YUV 86.09 99.74 193.56 -
System Red Green Blue C M Y K H S L
Decimal 178 49 36 0 0.72 0.80 0.30 5.49 0.66 0.42
Hex B2 31 24 0 48 50 1E 5 42 2A
Octal 262 61 44 0 110 120 36 5 102 52
Binary 10110010 110001 100100 0 1001000 1010000 11110 101 1000010 101010

Color Harmonies of #B23124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23124

Black with #B23124

Text Example


Text Example

White with #B23124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23124; }

 p { color: rgb(178,49,36); }

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

background-color css

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

 a { background-color: rgb(178,49,36); }

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

border-color css

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

 span { border-color: rgb(178,49,36); }

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