Html Css Color HEX #B03030 Brown

📋 copy color: '#B03030'

red 176 ◦ green 48 ◦ blue 48

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

Shades of Brown #B03030

Tints of Brown #B03030

RGB

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

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

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

R = 64.71%
G = 17.65%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B03030 (or 0xB03030) is known color: Brown. HEX triplet: B0, 30 and 30. RGB value is (176,48,48). Sum of RGB (Red+Green+Blue) = 176+48+48=272 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.71% from 272); Green value is 48 (19.14% from 255 or 17.65% from 272); Blue value is 48 (19.14% from 255 or 17.65% from 272); Max value from RGB is 176 - color contains mainly: red. Hex color #B03030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03030 is #4FCFCF. Grayscale: #565656. Windows color (decimal): -5230544 or 3158192. OLE color: 3158192.

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

Color convert

RGB 176 48 48 -
CMYK 0 0.73 0.73 0.31
HSL 0.57% 0.44% -
HSV(B) 0.73% 0.69% -
XYZ 19.49 11.56 4 -
YUV 86.27 106.41 192 -
System Red Green Blue C M Y K H S L
Decimal 176 48 48 0 0.73 0.73 0.31 0 0.57 0.44
Hex B0 30 30 0 49 49 1F 0 39 2C
Octal 260 60 60 0 111 111 37 0 71 54
Binary 10110000 110000 110000 0 1001001 1001001 11111 0 111001 101100

Color Harmonies of #B03030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03030

Black with #B03030

Text Example


Text Example

White with #B03030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03030; }

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

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

background-color css

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

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

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

border-color css

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

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

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