Html Css Color HEX #B2341C Rust

📋 copy color: '#B2341C'

red 178 ◦ green 52 ◦ blue 28

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

Shades of Rust #B2341C

Tints of Rust #B2341C

RGB

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

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

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

R = 68.99%
G = 20.16%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B2341C (or 0xB2341C) is known color: Rust. HEX triplet: B2, 34 and 1C. RGB value is (178,52,28). Sum of RGB (Red+Green+Blue) = 178+52+28=258 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.99% from 258); Green value is 52 (20.70% from 255 or 20.16% from 258); Blue value is 28 (11.33% from 255 or 10.85% from 258); Max value from RGB is 178 - color contains mainly: red. Hex color #B2341C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2341C is #4DCBE3. Grayscale: #575757. Windows color (decimal): -5098468 or 1848498. OLE color: 1848498.

HSL color Cylindrical-coordinate representation of color #B2341C: hue angle of 9.6º 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 #B2341C is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 52 28 -
CMYK 0 0.71 0.84 0.30
HSL 9.6º 0.73% 0.4% -
HSV(B) 9.6º 0.84% 0.7% -
XYZ 19.8 12 2.37 -
YUV 86.94 94.74 192.95 -
System Red Green Blue C M Y K H S L
Decimal 178 52 28 0 0.71 0.84 0.30 9.6 0.73 0.4
Hex B2 34 1C 0 47 54 1E A 49 28
Octal 262 64 34 0 107 124 36 12 111 50
Binary 10110010 110100 11100 0 1000111 1010100 11110 1010 1001001 101000

Color Harmonies of #B2341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2341C

Black with #B2341C

Text Example


Text Example

White with #B2341C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2341C; }

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

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

background-color css

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

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

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

border-color css

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

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

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