Html Css Color HEX #B03524 Brown

📋 copy color: '#B03524'

red 176 ◦ green 53 ◦ blue 36

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

Shades of Brown #B03524

Tints of Brown #B03524

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20%

 BLUE value IS 36 (14.45% from 255) = 13.58%

R = 66.42%
G = 20%
B = 13.58%

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

#B03524 (or 0xB03524) is known color: Brown. HEX triplet: B0, 35 and 24. RGB value is (176,53,36). Sum of RGB (Red+Green+Blue) = 176+53+36=265 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.42% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 36 (14.45% from 255 or 13.58% from 265); Max value from RGB is 176 - color contains mainly: red. Hex color #B03524 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03524 is #4FCADB. Grayscale: #585858. Windows color (decimal): -5229276 or 2373040. OLE color: 2373040.

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

Color convert

RGB 176 53 36 -
CMYK 0 0.70 0.80 0.31
HSL 7.29º 0.66% 0.42% -
HSV(B) 7.29º 0.8% 0.69% -
XYZ 19.5 11.9 2.94 -
YUV 87.84 98.75 190.88 -
System Red Green Blue C M Y K H S L
Decimal 176 53 36 0 0.70 0.80 0.31 7.29 0.66 0.42
Hex B0 35 24 0 46 50 1F 7 42 2A
Octal 260 65 44 0 106 120 37 7 102 52
Binary 10110000 110101 100100 0 1000110 1010000 11111 111 1000010 101010

Color Harmonies of #B03524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03524

Black with #B03524

Text Example


Text Example

White with #B03524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03524; }

 p { color: rgb(176,53,36); }

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

background-color css

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

 a { background-color: rgb(176,53,36); }

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

border-color css

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

 span { border-color: rgb(176,53,36); }

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