Html Css Color HEX #B2302D Brown

📋 copy color: '#B2302D'

red 178 ◦ green 48 ◦ blue 45

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

Shades of Brown #B2302D

Tints of Brown #B2302D

RGB

 RED value IS 178 (69.92% from 255) = 65.68%

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

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

R = 65.68%
G = 17.71%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B2302D (or 0xB2302D) is known color: Brown. HEX triplet: B2, 30 and 2D. RGB value is (178,48,45). Sum of RGB (Red+Green+Blue) = 178+48+45=271 (35% of max value = 765). Red value is 178 (69.92% from 255 or 65.68% from 271); Green value is 48 (19.14% from 255 or 17.71% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 178 - color contains mainly: red. Hex color #B2302D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2302D is #4DCFD2. Grayscale: #565656. Windows color (decimal): -5099475 or 2961586. OLE color: 2961586.

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

Color convert

RGB 178 48 45 -
CMYK 0 0.73 0.75 0.30
HSL 1.35º 0.6% 0.44% -
HSV(B) 1.35º 0.75% 0.7% -
XYZ 19.89 11.77 3.71 -
YUV 86.53 104.57 193.24 -
System Red Green Blue C M Y K H S L
Decimal 178 48 45 0 0.73 0.75 0.30 1.35 0.6 0.44
Hex B2 30 2D 0 49 4B 1E 1 3C 2C
Octal 262 60 55 0 111 113 36 1 74 54
Binary 10110010 110000 101101 0 1001001 1001011 11110 1 111100 101100

Color Harmonies of #B2302D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2302D

Black with #B2302D

Text Example


Text Example

White with #B2302D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2302D; }

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

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

background-color css

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

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

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

border-color css

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

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

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