Html Css Color HEX #B0302D Brown

📋 copy color: '#B0302D'

red 176 ◦ green 48 ◦ blue 45

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

Shades of Brown #B0302D

Tints of Brown #B0302D

RGB

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

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

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

R = 65.43%
G = 17.84%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#B0302D (or 0xB0302D) is known color: Brown. HEX triplet: B0, 30 and 2D. RGB value is (176,48,45). Sum of RGB (Red+Green+Blue) = 176+48+45=269 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.43% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 45 (17.97% from 255 or 16.73% from 269); Max value from RGB is 176 - color contains mainly: red. Hex color #B0302D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0302D is #4FCFD2. Grayscale: #565656. Windows color (decimal): -5230547 or 2961584. OLE color: 2961584.

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

Color convert

RGB 176 48 45 -
CMYK 0 0.73 0.74 0.31
HSL 1.37º 0.59% 0.43% -
HSV(B) 1.37º 0.74% 0.69% -
XYZ 19.44 11.53 3.68 -
YUV 85.93 104.91 192.24 -
System Red Green Blue C M Y K H S L
Decimal 176 48 45 0 0.73 0.74 0.31 1.37 0.59 0.43
Hex B0 30 2D 0 49 4A 1F 1 3B 2B
Octal 260 60 55 0 111 112 37 1 73 53
Binary 10110000 110000 101101 0 1001001 1001010 11111 1 111011 101011

Color Harmonies of #B0302D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0302D

Black with #B0302D

Text Example


Text Example

White with #B0302D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0302D; }

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

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

background-color css

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

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

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

border-color css

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

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

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