Html Css Color HEX #B03029 Brown

📋 copy color: '#B03029'

red 176 ◦ green 48 ◦ blue 41

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

Shades of Brown #B03029

Tints of Brown #B03029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.47%

R = 66.42%
G = 18.11%
B = 15.47%

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

#B03029 (or 0xB03029) is known color: Brown. HEX triplet: B0, 30 and 29. RGB value is (176,48,41). Sum of RGB (Red+Green+Blue) = 176+48+41=265 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.42% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 41 (16.41% from 255 or 15.47% from 265); Max value from RGB is 176 - color contains mainly: red. Hex color #B03029 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03029 is #4FCFD6. Grayscale: #555555. Windows color (decimal): -5230551 or 2699440. OLE color: 2699440.

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

Color convert

RGB 176 48 41 -
CMYK 0 0.73 0.77 0.31
HSL 3.11º 0.62% 0.43% -
HSV(B) 3.11º 0.77% 0.69% -
XYZ 19.36 11.5 3.3 -
YUV 85.47 102.91 192.57 -
System Red Green Blue C M Y K H S L
Decimal 176 48 41 0 0.73 0.77 0.31 3.11 0.62 0.43
Hex B0 30 29 0 49 4D 1F 3 3E 2B
Octal 260 60 51 0 111 115 37 3 76 53
Binary 10110000 110000 101001 0 1001001 1001101 11111 11 111110 101011

Color Harmonies of #B03029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03029

Black with #B03029

Text Example


Text Example

White with #B03029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03029; }

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

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

background-color css

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

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

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

border-color css

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

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

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