Html Css Color HEX #B23130 Brown

📋 copy color: '#B23130'

red 178 ◦ green 49 ◦ blue 48

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

Shades of Brown #B23130

Tints of Brown #B23130

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.82%

 BLUE value IS 48 (19.14% from 255) = 17.45%

R = 64.73%
G = 17.82%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B23130 (or 0xB23130) is known color: Brown. HEX triplet: B2, 31 and 30. RGB value is (178,49,48). Sum of RGB (Red+Green+Blue) = 178+49+48=275 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.73% from 275); Green value is 49 (19.53% from 255 or 17.82% from 275); Blue value is 48 (19.14% from 255 or 17.45% from 275); Max value from RGB is 178 - color contains mainly: red. Hex color #B23130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23130 is #4DCECF. Grayscale: #575757. Windows color (decimal): -5099216 or 3158450. OLE color: 3158450.

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

Color convert

RGB 178 49 48 -
CMYK 0 0.72 0.73 0.30
HSL 0.46º 0.58% 0.44% -
HSV(B) 0.46º 0.73% 0.7% -
XYZ 19.99 11.88 4.03 -
YUV 87.46 105.74 192.58 -
System Red Green Blue C M Y K H S L
Decimal 178 49 48 0 0.72 0.73 0.30 0.46 0.58 0.44
Hex B2 31 30 0 48 49 1E 0 3A 2C
Octal 262 61 60 0 110 111 36 0 72 54
Binary 10110010 110001 110000 0 1001000 1001001 11110 0 111010 101100

Color Harmonies of #B23130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23130

Black with #B23130

Text Example


Text Example

White with #B23130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23130; }

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

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

background-color css

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

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

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

border-color css

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

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

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