Html Css Color HEX #B23324 Brown

📋 copy color: '#B23324'

red 178 ◦ green 51 ◦ blue 36

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

Shades of Brown #B23324

Tints of Brown #B23324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.58%

R = 67.17%
G = 19.25%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B23324 (or 0xB23324) is known color: Brown. HEX triplet: B2, 33 and 24. RGB value is (178,51,36). Sum of RGB (Red+Green+Blue) = 178+51+36=265 (35% of max value = 765). Red value is 178 (69.92% from 255 or 67.17% from 265); Green value is 51 (20.31% from 255 or 19.25% from 265); Blue value is 36 (14.45% from 255 or 13.58% from 265); Max value from RGB is 178 - color contains mainly: red. Hex color #B23324 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23324 is #4DCCDB. Grayscale: #575757. Windows color (decimal): -5098716 or 2372530. OLE color: 2372530.

HSL color Cylindrical-coordinate representation of color #B23324: hue angle of 6.34º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B23324 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 51 36 -
CMYK 0 0.71 0.80 0.30
HSL 6.34º 0.66% 0.42% -
HSV(B) 6.34º 0.8% 0.7% -
XYZ 19.86 11.96 2.93 -
YUV 87.26 99.08 192.72 -
System Red Green Blue C M Y K H S L
Decimal 178 51 36 0 0.71 0.80 0.30 6.34 0.66 0.42
Hex B2 33 24 0 47 50 1E 6 42 2A
Octal 262 63 44 0 107 120 36 6 102 52
Binary 10110010 110011 100100 0 1000111 1010000 11110 110 1000010 101010

Color Harmonies of #B23324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23324

Black with #B23324

Text Example


Text Example

White with #B23324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23324; }

 p { color: rgb(178,51,36); }

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

background-color css

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

 a { background-color: rgb(178,51,36); }

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

border-color css

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

 span { border-color: rgb(178,51,36); }

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