Html Css Color HEX #B13420 Fire Brick

📋 copy color: '#B13420'

red 177 ◦ green 52 ◦ blue 32

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

Shades of Fire Brick #B13420

Tints of Fire Brick #B13420

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.92%

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

R = 67.82%
G = 19.92%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B13420 (or 0xB13420) is known color: Fire Brick. HEX triplet: B1, 34 and 20. RGB value is (177,52,32). Sum of RGB (Red+Green+Blue) = 177+52+32=261 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.82% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 177 - color contains mainly: red. Hex color #B13420 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13420 is #4ECBDF. Grayscale: #575757. Windows color (decimal): -5164000 or 2110641. OLE color: 2110641.

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

Color convert

RGB 177 52 32 -
CMYK 0 0.71 0.82 0.31
HSL 8.28º 0.69% 0.41% -
HSV(B) 8.28º 0.82% 0.69% -
XYZ 19.62 11.91 2.63 -
YUV 87.1 96.91 192.13 -
System Red Green Blue C M Y K H S L
Decimal 177 52 32 0 0.71 0.82 0.31 8.28 0.69 0.41
Hex B1 34 20 0 47 52 1F 8 45 29
Octal 261 64 40 0 107 122 37 10 105 51
Binary 10110001 110100 100000 0 1000111 1010010 11111 1000 1000101 101001

Color Harmonies of #B13420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13420

Black with #B13420

Text Example


Text Example

White with #B13420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13420; }

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

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

background-color css

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

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

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

border-color css

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

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

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