Html Css Color HEX #B13123 Fire Brick

📋 copy color: '#B13123'

red 177 ◦ green 49 ◦ blue 35

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

Shades of Fire Brick #B13123

Tints of Fire Brick #B13123

RGB

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

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

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

R = 67.82%
G = 18.77%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B13123 (or 0xB13123) is known color: Fire Brick. HEX triplet: B1, 31 and 23. RGB value is (177,49,35). Sum of RGB (Red+Green+Blue) = 177+49+35=261 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.82% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 35 (14.06% from 255 or 13.41% from 261); Max value from RGB is 177 - color contains mainly: red. Hex color #B13123 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13123 is #4ECEDC. Grayscale: #555555. Windows color (decimal): -5164765 or 2306481. OLE color: 2306481.

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

Color convert

RGB 177 49 35 -
CMYK 0 0.72 0.80 0.31
HSL 5.92º 0.67% 0.42% -
HSV(B) 5.92º 0.8% 0.69% -
XYZ 19.53 11.67 2.81 -
YUV 85.68 99.41 193.14 -
System Red Green Blue C M Y K H S L
Decimal 177 49 35 0 0.72 0.80 0.31 5.92 0.67 0.42
Hex B1 31 23 0 48 50 1F 6 43 2A
Octal 261 61 43 0 110 120 37 6 103 52
Binary 10110001 110001 100011 0 1001000 1010000 11111 110 1000011 101010

Color Harmonies of #B13123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13123

Black with #B13123

Text Example


Text Example

White with #B13123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13123; }

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

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

background-color css

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

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

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

border-color css

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

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

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