Html Css Color HEX #B13321 Fire Brick

📋 copy color: '#B13321'

red 177 ◦ green 51 ◦ blue 33

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

Shades of Fire Brick #B13321

Tints of Fire Brick #B13321

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.54%

 BLUE value IS 33 (13.28% from 255) = 12.64%

R = 67.82%
G = 19.54%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B13321 (or 0xB13321) is known color: Fire Brick. HEX triplet: B1, 33 and 21. RGB value is (177,51,33). Sum of RGB (Red+Green+Blue) = 177+51+33=261 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.82% from 261); Green value is 51 (20.31% from 255 or 19.54% from 261); Blue value is 33 (13.28% from 255 or 12.64% from 261); Max value from RGB is 177 - color contains mainly: red. Hex color #B13321 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13321 is #4ECCDE. Grayscale: #565656. Windows color (decimal): -5164255 or 2175921. OLE color: 2175921.

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

Color convert

RGB 177 51 33 -
CMYK 0 0.71 0.81 0.31
HSL 7.5º 0.69% 0.41% -
HSV(B) 7.5º 0.81% 0.69% -
XYZ 19.59 11.82 2.69 -
YUV 86.62 97.74 192.46 -
System Red Green Blue C M Y K H S L
Decimal 177 51 33 0 0.71 0.81 0.31 7.5 0.69 0.41
Hex B1 33 21 0 47 51 1F 8 45 29
Octal 261 63 41 0 107 121 37 10 105 51
Binary 10110001 110011 100001 0 1000111 1010001 11111 1000 1000101 101001

Color Harmonies of #B13321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13321

Black with #B13321

Text Example


Text Example

White with #B13321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13321; }

 p { color: rgb(177,51,33); }

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

background-color css

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

 a { background-color: rgb(177,51,33); }

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

border-color css

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

 span { border-color: rgb(177,51,33); }

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