Html Css Color HEX #B03124 Brown

📋 copy color: '#B03124'

red 176 ◦ green 49 ◦ blue 36

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

Shades of Brown #B03124

Tints of Brown #B03124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.79%

R = 67.43%
G = 18.77%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B03124 (or 0xB03124) is known color: Brown. HEX triplet: B0, 31 and 24. RGB value is (176,49,36). Sum of RGB (Red+Green+Blue) = 176+49+36=261 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.43% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 36 (14.45% from 255 or 13.79% from 261); Max value from RGB is 176 - color contains mainly: red. Hex color #B03124 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03124 is #4FCEDB. Grayscale: #555555. Windows color (decimal): -5230300 or 2372016. OLE color: 2372016.

HSL color Cylindrical-coordinate representation of color #B03124: hue angle of 5.57º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B03124 is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 49 36 -
CMYK 0 0.72 0.80 0.31
HSL 5.57º 0.66% 0.42% -
HSV(B) 5.57º 0.8% 0.69% -
XYZ 19.32 11.55 2.88 -
YUV 85.49 100.08 192.56 -
System Red Green Blue C M Y K H S L
Decimal 176 49 36 0 0.72 0.80 0.31 5.57 0.66 0.42
Hex B0 31 24 0 48 50 1F 6 42 2A
Octal 260 61 44 0 110 120 37 6 102 52
Binary 10110000 110001 100100 0 1001000 1010000 11111 110 1000010 101010

Color Harmonies of #B03124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03124

Black with #B03124

Text Example


Text Example

White with #B03124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03124; }

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

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

background-color css

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

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

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

border-color css

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

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

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