Html Css Color HEX #B03122 Fire Brick

📋 copy color: '#B03122'

red 176 ◦ green 49 ◦ blue 34

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

Shades of Fire Brick #B03122

Tints of Fire Brick #B03122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.13%

R = 67.95%
G = 18.92%
B = 13.13%

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

#B03122 (or 0xB03122) is known color: Fire Brick. HEX triplet: B0, 31 and 22. RGB value is (176,49,34). Sum of RGB (Red+Green+Blue) = 176+49+34=259 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.95% from 259); Green value is 49 (19.53% from 255 or 18.92% from 259); Blue value is 34 (13.67% from 255 or 13.13% from 259); Max value from RGB is 176 - color contains mainly: red. Hex color #B03122 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03122 is #4FCEDD. Grayscale: #555555. Windows color (decimal): -5230302 or 2240944. OLE color: 2240944.

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

Color convert

RGB 176 49 34 -
CMYK 0 0.72 0.81 0.31
HSL 6.34º 0.68% 0.41% -
HSV(B) 6.34º 0.81% 0.69% -
XYZ 19.29 11.54 2.72 -
YUV 85.26 99.08 192.72 -
System Red Green Blue C M Y K H S L
Decimal 176 49 34 0 0.72 0.81 0.31 6.34 0.68 0.41
Hex B0 31 22 0 48 51 1F 6 44 29
Octal 260 61 42 0 110 121 37 6 104 51
Binary 10110000 110001 100010 0 1001000 1010001 11111 110 1000100 101001

Color Harmonies of #B03122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03122

Black with #B03122

Text Example


Text Example

White with #B03122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03122; }

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

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

background-color css

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

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

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

border-color css

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

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

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