Html Css Color HEX #B5302D Brown

📋 copy color: '#B5302D'

red 181 ◦ green 48 ◦ blue 45

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

Shades of Brown #B5302D

Tints of Brown #B5302D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.42%

R = 66.06%
G = 17.52%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B5302D (or 0xB5302D) is known color: Brown. HEX triplet: B5, 30 and 2D. RGB value is (181,48,45). Sum of RGB (Red+Green+Blue) = 181+48+45=274 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.06% from 274); Green value is 48 (19.14% from 255 or 17.52% from 274); Blue value is 45 (17.97% from 255 or 16.42% from 274); Max value from RGB is 181 - color contains mainly: red. Hex color #B5302D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5302D is #4ACFD2. Grayscale: #575757. Windows color (decimal): -4902867 or 2961589. OLE color: 2961589.

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

Color convert

RGB 181 48 45 -
CMYK 0 0.73 0.75 0.29
HSL 1.32º 0.6% 0.44% -
HSV(B) 1.32º 0.75% 0.71% -
XYZ 20.59 12.13 3.74 -
YUV 87.43 104.06 194.74 -
System Red Green Blue C M Y K H S L
Decimal 181 48 45 0 0.73 0.75 0.29 1.32 0.6 0.44
Hex B5 30 2D 0 49 4B 1D 1 3C 2C
Octal 265 60 55 0 111 113 35 1 74 54
Binary 10110101 110000 101101 0 1001001 1001011 11101 1 111100 101100

Color Harmonies of #B5302D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5302D

Black with #B5302D

Text Example


Text Example

White with #B5302D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5302D; }

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

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

background-color css

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

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

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

border-color css

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

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

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