Html Css Color HEX #B03326 Brown

📋 copy color: '#B03326'

red 176 ◦ green 51 ◦ blue 38

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

Shades of Brown #B03326

Tints of Brown #B03326

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.25%

 BLUE value IS 38 (15.23% from 255) = 14.34%

R = 66.42%
G = 19.25%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B03326 (or 0xB03326) is known color: Brown. HEX triplet: B0, 33 and 26. RGB value is (176,51,38). Sum of RGB (Red+Green+Blue) = 176+51+38=265 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.42% from 265); Green value is 51 (20.31% from 255 or 19.25% from 265); Blue value is 38 (15.23% from 255 or 14.34% from 265); Max value from RGB is 176 - color contains mainly: red. Hex color #B03326 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03326 is #4FCCD9. Grayscale: #575757. Windows color (decimal): -5229786 or 2503600. OLE color: 2503600.

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

Color convert

RGB 176 51 38 -
CMYK 0 0.71 0.78 0.31
HSL 5.65º 0.64% 0.42% -
HSV(B) 5.65º 0.78% 0.69% -
XYZ 19.44 11.74 3.07 -
YUV 86.89 100.41 191.56 -
System Red Green Blue C M Y K H S L
Decimal 176 51 38 0 0.71 0.78 0.31 5.65 0.64 0.42
Hex B0 33 26 0 47 4E 1F 6 40 2A
Octal 260 63 46 0 107 116 37 6 100 52
Binary 10110000 110011 100110 0 1000111 1001110 11111 110 1000000 101010

Color Harmonies of #B03326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03326

Black with #B03326

Text Example


Text Example

White with #B03326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03326; }

 p { color: rgb(176,51,38); }

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

background-color css

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

 a { background-color: rgb(176,51,38); }

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

border-color css

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

 span { border-color: rgb(176,51,38); }

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