Html Css Color HEX #B5302C Brown

📋 copy color: '#B5302C'

red 181 ◦ green 48 ◦ blue 44

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

Shades of Brown #B5302C

Tints of Brown #B5302C

RGB

 RED value IS 181 (71.09% from 255) = 66.3%

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

 BLUE value IS 44 (17.58% from 255) = 16.12%

R = 66.3%
G = 17.58%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B5302C (or 0xB5302C) is known color: Brown. HEX triplet: B5, 30 and 2C. RGB value is (181,48,44). Sum of RGB (Red+Green+Blue) = 181+48+44=273 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.30% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 181 - color contains mainly: red. Hex color #B5302C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5302C is #4ACFD3. Grayscale: #575757. Windows color (decimal): -4902868 or 2896053. OLE color: 2896053.

HSL color Cylindrical-coordinate representation of color #B5302C: hue angle of 1.75º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B5302C is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 48 44 -
CMYK 0 0.73 0.76 0.29
HSL 1.75º 0.61% 0.44% -
HSV(B) 1.75º 0.76% 0.71% -
XYZ 20.57 12.12 3.64 -
YUV 87.31 103.56 194.83 -
System Red Green Blue C M Y K H S L
Decimal 181 48 44 0 0.73 0.76 0.29 1.75 0.61 0.44
Hex B5 30 2C 0 49 4C 1D 2 3D 2C
Octal 265 60 54 0 111 114 35 2 75 54
Binary 10110101 110000 101100 0 1001001 1001100 11101 10 111101 101100

Color Harmonies of #B5302C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5302C

Black with #B5302C

Text Example


Text Example

White with #B5302C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5302C; }

 p { color: rgb(181,48,44); }

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

background-color css

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

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

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

border-color css

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

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

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