Html Css Color HEX #B03420 Brown

📋 copy color: '#B03420'

red 176 ◦ green 52 ◦ blue 32

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

Shades of Brown #B03420

Tints of Brown #B03420

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.31%

R = 67.69%
G = 20%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B03420 (or 0xB03420) is known color: Brown. HEX triplet: B0, 34 and 20. RGB value is (176,52,32). Sum of RGB (Red+Green+Blue) = 176+52+32=260 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.69% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 32 (12.89% from 255 or 12.31% from 260); Max value from RGB is 176 - color contains mainly: red. Hex color #B03420 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03420 is #4FCBDF. Grayscale: #565656. Windows color (decimal): -5229536 or 2110640. OLE color: 2110640.

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

Color convert

RGB 176 52 32 -
CMYK 0 0.70 0.82 0.31
HSL 8.33º 0.69% 0.41% -
HSV(B) 8.33º 0.82% 0.69% -
XYZ 19.39 11.79 2.62 -
YUV 86.8 97.08 191.63 -
System Red Green Blue C M Y K H S L
Decimal 176 52 32 0 0.70 0.82 0.31 8.33 0.69 0.41
Hex B0 34 20 0 46 52 1F 8 45 29
Octal 260 64 40 0 106 122 37 10 105 51
Binary 10110000 110100 100000 0 1000110 1010010 11111 1000 1000101 101001

Color Harmonies of #B03420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03420

Black with #B03420

Text Example


Text Example

White with #B03420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03420; }

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

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

background-color css

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

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

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

border-color css

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

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

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