Html Css Color HEX #B03428 Brown

📋 copy color: '#B03428'

red 176 ◦ green 52 ◦ blue 40

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

Shades of Brown #B03428

Tints of Brown #B03428

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.4%

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

R = 65.67%
G = 19.4%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B03428 (or 0xB03428) is known color: Brown. HEX triplet: B0, 34 and 28. RGB value is (176,52,40). Sum of RGB (Red+Green+Blue) = 176+52+40=268 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.67% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 176 - color contains mainly: red. Hex color #B03428 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03428 is #4FCBD7. Grayscale: #575757. Windows color (decimal): -5229528 or 2634928. OLE color: 2634928.

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

Color convert

RGB 176 52 40 -
CMYK 0 0.70 0.77 0.31
HSL 5.29º 0.63% 0.42% -
HSV(B) 5.29º 0.77% 0.69% -
XYZ 19.52 11.84 3.26 -
YUV 87.71 101.08 190.98 -
System Red Green Blue C M Y K H S L
Decimal 176 52 40 0 0.70 0.77 0.31 5.29 0.63 0.42
Hex B0 34 28 0 46 4D 1F 5 3F 2A
Octal 260 64 50 0 106 115 37 5 77 52
Binary 10110000 110100 101000 0 1000110 1001101 11111 101 111111 101010

Color Harmonies of #B03428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03428

Black with #B03428

Text Example


Text Example

White with #B03428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03428; }

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

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

background-color css

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

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

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

border-color css

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

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

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