Html Css Color HEX #B03421 Brown

📋 copy color: '#B03421'

red 176 ◦ green 52 ◦ blue 33

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

Shades of Brown #B03421

Tints of Brown #B03421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.64%

R = 67.43%
G = 19.92%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B03421 (or 0xB03421) is known color: Brown. HEX triplet: B0, 34 and 21. RGB value is (176,52,33). Sum of RGB (Red+Green+Blue) = 176+52+33=261 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.43% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 33 (13.28% from 255 or 12.64% from 261); Max value from RGB is 176 - color contains mainly: red. Hex color #B03421 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03421 is #4FCBDE. Grayscale: #575757. Windows color (decimal): -5229535 or 2176176. OLE color: 2176176.

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

Color convert

RGB 176 52 33 -
CMYK 0 0.70 0.81 0.31
HSL 7.97º 0.68% 0.41% -
HSV(B) 7.97º 0.81% 0.69% -
XYZ 19.41 11.8 2.69 -
YUV 86.91 97.58 191.54 -
System Red Green Blue C M Y K H S L
Decimal 176 52 33 0 0.70 0.81 0.31 7.97 0.68 0.41
Hex B0 34 21 0 46 51 1F 8 44 29
Octal 260 64 41 0 106 121 37 10 104 51
Binary 10110000 110100 100001 0 1000110 1010001 11111 1000 1000100 101001

Color Harmonies of #B03421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03421

Black with #B03421

Text Example


Text Example

White with #B03421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03421; }

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

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

background-color css

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

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

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

border-color css

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

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

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