Html Css Color HEX #B03130 Brown

📋 copy color: '#B03130'

red 176 ◦ green 49 ◦ blue 48

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

Shades of Brown #B03130

Tints of Brown #B03130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.58%

R = 64.47%
G = 17.95%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B03130 (or 0xB03130) is known color: Brown. HEX triplet: B0, 31 and 30. RGB value is (176,49,48). Sum of RGB (Red+Green+Blue) = 176+49+48=273 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.47% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 176 - color contains mainly: red. Hex color #B03130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03130 is #4FCECF. Grayscale: #565656. Windows color (decimal): -5230288 or 3158448. OLE color: 3158448.

HSL color Cylindrical-coordinate representation of color #B03130: hue angle of 0.47º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B03130 is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 49 48 -
CMYK 0 0.72 0.73 0.31
HSL 0.47º 0.57% 0.44% -
HSV(B) 0.47º 0.73% 0.69% -
XYZ 19.54 11.64 4.01 -
YUV 86.86 106.08 191.58 -
System Red Green Blue C M Y K H S L
Decimal 176 49 48 0 0.72 0.73 0.31 0.47 0.57 0.44
Hex B0 31 30 0 48 49 1F 0 39 2C
Octal 260 61 60 0 110 111 37 0 71 54
Binary 10110000 110001 110000 0 1001000 1001001 11111 0 111001 101100

Color Harmonies of #B03130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03130

Black with #B03130

Text Example


Text Example

White with #B03130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03130; }

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

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

background-color css

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

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

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

border-color css

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

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

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