Html Css Color HEX #B43328 Brown

📋 copy color: '#B43328'

red 180 ◦ green 51 ◦ blue 40

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

Shades of Brown #B43328

Tints of Brown #B43328

RGB

 RED value IS 180 (70.7% from 255) = 66.42%

 GREEN value IS 51 (20.31% from 255) = 18.82%

 BLUE value IS 40 (16.02% from 255) = 14.76%

R = 66.42%
G = 18.82%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B43328 (or 0xB43328) is known color: Brown. HEX triplet: B4, 33 and 28. RGB value is (180,51,40). Sum of RGB (Red+Green+Blue) = 180+51+40=271 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.42% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 180 - color contains mainly: red. Hex color #B43328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43328 is #4BCCD7. Grayscale: #585858. Windows color (decimal): -4967640 or 2634676. OLE color: 2634676.

HSL color Cylindrical-coordinate representation of color #B43328: hue angle of 4.71º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B43328 is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 51 40 -
CMYK 0 0.72 0.78 0.29
HSL 4.71º 0.64% 0.43% -
HSV(B) 4.71º 0.78% 0.71% -
XYZ 20.39 12.22 3.29 -
YUV 88.32 100.74 193.39 -
System Red Green Blue C M Y K H S L
Decimal 180 51 40 0 0.72 0.78 0.29 4.71 0.64 0.43
Hex B4 33 28 0 48 4E 1D 5 40 2B
Octal 264 63 50 0 110 116 35 5 100 53
Binary 10110100 110011 101000 0 1001000 1001110 11101 101 1000000 101011

Color Harmonies of #B43328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43328

Black with #B43328

Text Example


Text Example

White with #B43328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43328; }

 p { color: rgb(180,51,40); }

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

background-color css

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

 a { background-color: rgb(180,51,40); }

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

border-color css

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

 span { border-color: rgb(180,51,40); }

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