Html Css Color HEX #B03121 Fire Brick

📋 copy color: '#B03121'

red 176 ◦ green 49 ◦ blue 33

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

Shades of Fire Brick #B03121

Tints of Fire Brick #B03121

RGB

 RED value IS 176 (69.14% from 255) = 68.22%

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

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

R = 68.22%
G = 18.99%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B03121 (or 0xB03121) is known color: Fire Brick. HEX triplet: B0, 31 and 21. RGB value is (176,49,33). Sum of RGB (Red+Green+Blue) = 176+49+33=258 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.22% from 258); Green value is 49 (19.53% from 255 or 18.99% from 258); Blue value is 33 (13.28% from 255 or 12.79% from 258); Max value from RGB is 176 - color contains mainly: red. Hex color #B03121 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03121 is #4FCEDE. Grayscale: #555555. Windows color (decimal): -5230303 or 2175408. OLE color: 2175408.

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

Color convert

RGB 176 49 33 -
CMYK 0 0.72 0.81 0.31
HSL 6.71º 0.68% 0.41% -
HSV(B) 6.71º 0.81% 0.69% -
XYZ 19.28 11.54 2.65 -
YUV 85.15 98.58 192.8 -
System Red Green Blue C M Y K H S L
Decimal 176 49 33 0 0.72 0.81 0.31 6.71 0.68 0.41
Hex B0 31 21 0 48 51 1F 7 44 29
Octal 260 61 41 0 110 121 37 7 104 51
Binary 10110000 110001 100001 0 1001000 1010001 11111 111 1000100 101001

Color Harmonies of #B03121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03121

Black with #B03121

Text Example


Text Example

White with #B03121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03121; }

 p { color: rgb(176,49,33); }

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

background-color css

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

 a { background-color: rgb(176,49,33); }

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

border-color css

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

 span { border-color: rgb(176,49,33); }

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