Html Css Color HEX #B23028 Brown

📋 copy color: '#B23028'

red 178 ◦ green 48 ◦ blue 40

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

Shades of Brown #B23028

Tints of Brown #B23028

RGB

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

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

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

R = 66.92%
G = 18.05%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B23028 (or 0xB23028) is known color: Brown. HEX triplet: B2, 30 and 28. RGB value is (178,48,40). Sum of RGB (Red+Green+Blue) = 178+48+40=266 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.92% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 178 - color contains mainly: red. Hex color #B23028 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23028 is #4DCFD7. Grayscale: #565656. Windows color (decimal): -5099480 or 2633906. OLE color: 2633906.

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

Color convert

RGB 178 48 40 -
CMYK 0 0.73 0.78 0.30
HSL 3.48º 0.63% 0.43% -
HSV(B) 3.48º 0.78% 0.7% -
XYZ 19.8 11.73 3.23 -
YUV 85.96 102.07 193.65 -
System Red Green Blue C M Y K H S L
Decimal 178 48 40 0 0.73 0.78 0.30 3.48 0.63 0.43
Hex B2 30 28 0 49 4E 1E 3 3F 2B
Octal 262 60 50 0 111 116 36 3 77 53
Binary 10110010 110000 101000 0 1001001 1001110 11110 11 111111 101011

Color Harmonies of #B23028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23028

Black with #B23028

Text Example


Text Example

White with #B23028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23028; }

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

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

background-color css

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

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

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

border-color css

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

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

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