Html Css Color HEX #B2361C Rust

📋 copy color: '#B2361C'

red 178 ◦ green 54 ◦ blue 28

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

Shades of Rust #B2361C

Tints of Rust #B2361C

RGB

 RED value IS 178 (69.92% from 255) = 68.46%

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

 BLUE value IS 28 (11.33% from 255) = 10.77%

R = 68.46%
G = 20.77%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B2361C (or 0xB2361C) is known color: Rust. HEX triplet: B2, 36 and 1C. RGB value is (178,54,28). Sum of RGB (Red+Green+Blue) = 178+54+28=260 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.46% from 260); Green value is 54 (21.48% from 255 or 20.77% from 260); Blue value is 28 (11.33% from 255 or 10.77% from 260); Max value from RGB is 178 - color contains mainly: red. Hex color #B2361C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2361C is #4DC9E3. Grayscale: #585858. Windows color (decimal): -5097956 or 1849010. OLE color: 1849010.

HSL color Cylindrical-coordinate representation of color #B2361C: hue angle of 10.4º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B2361C is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 54 28 -
CMYK 0 0.70 0.84 0.30
HSL 10.4º 0.73% 0.4% -
HSV(B) 10.4º 0.84% 0.7% -
XYZ 19.89 12.19 2.4 -
YUV 88.11 94.08 192.11 -
System Red Green Blue C M Y K H S L
Decimal 178 54 28 0 0.70 0.84 0.30 10.4 0.73 0.4
Hex B2 36 1C 0 46 54 1E A 49 28
Octal 262 66 34 0 106 124 36 12 111 50
Binary 10110010 110110 11100 0 1000110 1010100 11110 1010 1001001 101000

Color Harmonies of #B2361C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2361C

Black with #B2361C

Text Example


Text Example

White with #B2361C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2361C; }

 p { color: rgb(178,54,28); }

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

background-color css

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

 a { background-color: rgb(178,54,28); }

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

border-color css

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

 span { border-color: rgb(178,54,28); }

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