Html Css Color HEX #B03123 Brown

📋 copy color: '#B03123'

red 176 ◦ green 49 ◦ blue 35

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

Shades of Brown #B03123

Tints of Brown #B03123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.46%

R = 67.69%
G = 18.85%
B = 13.46%

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

#B03123 (or 0xB03123) is known color: Brown. HEX triplet: B0, 31 and 23. RGB value is (176,49,35). Sum of RGB (Red+Green+Blue) = 176+49+35=260 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.69% from 260); Green value is 49 (19.53% from 255 or 18.85% from 260); Blue value is 35 (14.06% from 255 or 13.46% from 260); Max value from RGB is 176 - color contains mainly: red. Hex color #B03123 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03123 is #4FCEDC. Grayscale: #555555. Windows color (decimal): -5230301 or 2306480. OLE color: 2306480.

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

Color convert

RGB 176 49 35 -
CMYK 0 0.72 0.80 0.31
HSL 5.96º 0.67% 0.41% -
HSV(B) 5.96º 0.8% 0.69% -
XYZ 19.31 11.55 2.8 -
YUV 85.38 99.58 192.64 -
System Red Green Blue C M Y K H S L
Decimal 176 49 35 0 0.72 0.80 0.31 5.96 0.67 0.41
Hex B0 31 23 0 48 50 1F 6 43 29
Octal 260 61 43 0 110 120 37 6 103 51
Binary 10110000 110001 100011 0 1001000 1010000 11111 110 1000011 101001

Color Harmonies of #B03123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03123

Black with #B03123

Text Example


Text Example

White with #B03123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03123; }

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

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

background-color css

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

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

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

border-color css

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

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

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