Html Css Color HEX #B12423 Fire Brick

📋 copy color: '#B12423'

red 177 ◦ green 36 ◦ blue 35

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

Shades of Fire Brick #B12423

Tints of Fire Brick #B12423

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.52%

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

R = 71.37%
G = 14.52%
B = 14.11%

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

#B12423 (or 0xB12423) is known color: Fire Brick. HEX triplet: B1, 24 and 23. RGB value is (177,36,35). Sum of RGB (Red+Green+Blue) = 177+36+35=248 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.37% from 248); Green value is 36 (14.45% from 255 or 14.52% from 248); Blue value is 35 (14.06% from 255 or 14.11% from 248); Max value from RGB is 177 - color contains mainly: red. Hex color #B12423 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12423 is #4EDBDC. Grayscale: #4E4E4E. Windows color (decimal): -5168093 or 2303153. OLE color: 2303153.

HSL color Cylindrical-coordinate representation of color #B12423: hue angle of 0.42º 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 #B12423 is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 36 35 -
CMYK 0 0.80 0.80 0.31
HSL 0.42º 0.67% 0.42% -
HSV(B) 0.42º 0.8% 0.69% -
XYZ 19.07 10.73 2.66 -
YUV 78.05 103.71 198.58 -
System Red Green Blue C M Y K H S L
Decimal 177 36 35 0 0.80 0.80 0.31 0.42 0.67 0.42
Hex B1 24 23 0 50 50 1F 0 43 2A
Octal 261 44 43 0 120 120 37 0 103 52
Binary 10110001 100100 100011 0 1010000 1010000 11111 0 1000011 101010

Color Harmonies of #B12423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12423

Black with #B12423

Text Example


Text Example

White with #B12423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12423; }

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

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

background-color css

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

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

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

border-color css

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

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

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