Html Css Color HEX #B0361A Rust

📋 copy color: '#B0361A'

red 176 ◦ green 54 ◦ blue 26

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

Shades of Rust #B0361A

Tints of Rust #B0361A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.09%

 BLUE value IS 26 (10.55% from 255) = 10.16%

R = 68.75%
G = 21.09%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B0361A (or 0xB0361A) is known color: Rust. HEX triplet: B0, 36 and 1A. RGB value is (176,54,26). Sum of RGB (Red+Green+Blue) = 176+54+26=256 (33% of max value = 765). Red value is 176 (69.14% from 255 or 68.75% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 26 (10.55% from 255 or 10.16% from 256); Max value from RGB is 176 - color contains mainly: red. Hex color #B0361A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0361A is #4FC9E5. Grayscale: #575757. Windows color (decimal): -5229030 or 1717936. OLE color: 1717936.

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

Color convert

RGB 176 54 26 -
CMYK 0 0.69 0.85 0.31
HSL 11.2º 0.74% 0.4% -
HSV(B) 11.2º 0.85% 0.69% -
XYZ 19.41 11.94 2.26 -
YUV 87.29 93.42 191.28 -
System Red Green Blue C M Y K H S L
Decimal 176 54 26 0 0.69 0.85 0.31 11.2 0.74 0.4
Hex B0 36 1A 0 45 55 1F B 4A 28
Octal 260 66 32 0 105 125 37 13 112 50
Binary 10110000 110110 11010 0 1000101 1010101 11111 1011 1001010 101000

Color Harmonies of #B0361A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0361A

Black with #B0361A

Text Example


Text Example

White with #B0361A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0361A; }

 p { color: rgb(176,54,26); }

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

background-color css

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

 a { background-color: rgb(176,54,26); }

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

border-color css

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

 span { border-color: rgb(176,54,26); }

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