Html Css Color HEX #B03423 Brown

📋 copy color: '#B03423'

red 176 ◦ green 52 ◦ blue 35

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

Shades of Brown #B03423

Tints of Brown #B03423

RGB

 RED value IS 176 (69.14% from 255) = 66.92%

 GREEN value IS 52 (20.7% from 255) = 19.77%

 BLUE value IS 35 (14.06% from 255) = 13.31%

R = 66.92%
G = 19.77%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B03423 (or 0xB03423) is known color: Brown. HEX triplet: B0, 34 and 23. RGB value is (176,52,35). Sum of RGB (Red+Green+Blue) = 176+52+35=263 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.92% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 35 (14.06% from 255 or 13.31% from 263); Max value from RGB is 176 - color contains mainly: red. Hex color #B03423 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03423 is #4FCBDC. Grayscale: #575757. Windows color (decimal): -5229533 or 2307248. OLE color: 2307248.

HSL color Cylindrical-coordinate representation of color #B03423: hue angle of 7.23º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B03423 is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 52 35 -
CMYK 0 0.70 0.80 0.31
HSL 7.23º 0.67% 0.41% -
HSV(B) 7.23º 0.8% 0.69% -
XYZ 19.44 11.81 2.84 -
YUV 87.14 98.58 191.38 -
System Red Green Blue C M Y K H S L
Decimal 176 52 35 0 0.70 0.80 0.31 7.23 0.67 0.41
Hex B0 34 23 0 46 50 1F 7 43 29
Octal 260 64 43 0 106 120 37 7 103 51
Binary 10110000 110100 100011 0 1000110 1010000 11111 111 1000011 101001

Color Harmonies of #B03423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03423

Black with #B03423

Text Example


Text Example

White with #B03423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03423; }

 p { color: rgb(176,52,35); }

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

background-color css

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

 a { background-color: rgb(176,52,35); }

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

border-color css

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

 span { border-color: rgb(176,52,35); }

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