Html Css Color HEX #B03028 Brown

📋 copy color: '#B03028'

red 176 ◦ green 48 ◦ blue 40

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

Shades of Brown #B03028

Tints of Brown #B03028

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.18%

 BLUE value IS 40 (16.02% from 255) = 15.15%

R = 66.67%
G = 18.18%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B03028 (or 0xB03028) is known color: Brown. HEX triplet: B0, 30 and 28. RGB value is (176,48,40). Sum of RGB (Red+Green+Blue) = 176+48+40=264 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.67% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 40 (16.02% from 255 or 15.15% from 264); Max value from RGB is 176 - color contains mainly: red. Hex color #B03028 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03028 is #4FCFD7. Grayscale: #555555. Windows color (decimal): -5230552 or 2633904. OLE color: 2633904.

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

Color convert

RGB 176 48 40 -
CMYK 0 0.73 0.77 0.31
HSL 3.53º 0.63% 0.42% -
HSV(B) 3.53º 0.77% 0.69% -
XYZ 19.34 11.5 3.21 -
YUV 85.36 102.41 192.65 -
System Red Green Blue C M Y K H S L
Decimal 176 48 40 0 0.73 0.77 0.31 3.53 0.63 0.42
Hex B0 30 28 0 49 4D 1F 4 3F 2A
Octal 260 60 50 0 111 115 37 4 77 52
Binary 10110000 110000 101000 0 1001001 1001101 11111 100 111111 101010

Color Harmonies of #B03028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03028

Black with #B03028

Text Example


Text Example

White with #B03028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03028; }

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

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

background-color css

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

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

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

border-color css

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

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

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