Html Css Color HEX #B13020 Fire Brick

📋 copy color: '#B13020'

red 177 ◦ green 48 ◦ blue 32

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

Shades of Fire Brick #B13020

Tints of Fire Brick #B13020

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.68%

 BLUE value IS 32 (12.89% from 255) = 12.45%

R = 68.87%
G = 18.68%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B13020 (or 0xB13020) is known color: Fire Brick. HEX triplet: B1, 30 and 20. RGB value is (177,48,32). Sum of RGB (Red+Green+Blue) = 177+48+32=257 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.87% from 257); Green value is 48 (19.14% from 255 or 18.68% from 257); Blue value is 32 (12.89% from 255 or 12.45% from 257); Max value from RGB is 177 - color contains mainly: red. Hex color #B13020 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13020 is #4ECFDF. Grayscale: #545454. Windows color (decimal): -5165024 or 2109617. OLE color: 2109617.

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

Color convert

RGB 177 48 32 -
CMYK 0 0.73 0.82 0.31
HSL 6.62º 0.69% 0.41% -
HSV(B) 6.62º 0.82% 0.69% -
XYZ 19.45 11.57 2.57 -
YUV 84.75 98.24 193.8 -
System Red Green Blue C M Y K H S L
Decimal 177 48 32 0 0.73 0.82 0.31 6.62 0.69 0.41
Hex B1 30 20 0 49 52 1F 7 45 29
Octal 261 60 40 0 111 122 37 7 105 51
Binary 10110001 110000 100000 0 1001001 1010010 11111 111 1000101 101001

Color Harmonies of #B13020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13020

Black with #B13020

Text Example


Text Example

White with #B13020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13020; }

 p { color: rgb(177,48,32); }

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

background-color css

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

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

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

border-color css

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

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

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