Html Css Color HEX #B03024 Brown

📋 copy color: '#B03024'

red 176 ◦ green 48 ◦ blue 36

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

Shades of Brown #B03024

Tints of Brown #B03024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.85%

R = 67.69%
G = 18.46%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B03024 (or 0xB03024) is known color: Brown. HEX triplet: B0, 30 and 24. RGB value is (176,48,36). Sum of RGB (Red+Green+Blue) = 176+48+36=260 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.69% from 260); Green value is 48 (19.14% from 255 or 18.46% from 260); Blue value is 36 (14.45% from 255 or 13.85% from 260); Max value from RGB is 176 - color contains mainly: red. Hex color #B03024 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03024 is #4FCFDB. Grayscale: #555555. Windows color (decimal): -5230556 or 2371760. OLE color: 2371760.

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

Color convert

RGB 176 48 36 -
CMYK 0 0.73 0.80 0.31
HSL 5.14º 0.66% 0.42% -
HSV(B) 5.14º 0.8% 0.69% -
XYZ 19.28 11.47 2.87 -
YUV 84.9 100.41 192.98 -
System Red Green Blue C M Y K H S L
Decimal 176 48 36 0 0.73 0.80 0.31 5.14 0.66 0.42
Hex B0 30 24 0 49 50 1F 5 42 2A
Octal 260 60 44 0 111 120 37 5 102 52
Binary 10110000 110000 100100 0 1001001 1010000 11111 101 1000010 101010

Color Harmonies of #B03024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03024

Black with #B03024

Text Example


Text Example

White with #B03024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03024; }

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

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

background-color css

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

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

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

border-color css

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

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

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