Html Css Color HEX #B2451C Rust

📋 copy color: '#B2451C'

red 178 ◦ green 69 ◦ blue 28

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

Shades of Rust #B2451C

Tints of Rust #B2451C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.09%

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

R = 64.73%
G = 25.09%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B2451C (or 0xB2451C) is known color: Rust. HEX triplet: B2, 45 and 1C. RGB value is (178,69,28). Sum of RGB (Red+Green+Blue) = 178+69+28=275 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.73% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 28 (11.33% from 255 or 10.18% from 275); Max value from RGB is 178 - color contains mainly: red. Hex color #B2451C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2451C is #4DBAE3. Grayscale: #616161. Windows color (decimal): -5094116 or 1852850. OLE color: 1852850.

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

Color convert

RGB 178 69 28 -
CMYK 0 0.61 0.84 0.30
HSL 16.4º 0.73% 0.4% -
HSV(B) 16.4º 0.84% 0.7% -
XYZ 20.7 13.81 2.67 -
YUV 96.92 89.11 185.83 -
System Red Green Blue C M Y K H S L
Decimal 178 69 28 0 0.61 0.84 0.30 16.4 0.73 0.4
Hex B2 45 1C 0 3D 54 1E 10 49 28
Octal 262 105 34 0 75 124 36 20 111 50
Binary 10110010 1000101 11100 0 111101 1010100 11110 10000 1001001 101000

Color Harmonies of #B2451C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2451C

Black with #B2451C

Text Example


Text Example

White with #B2451C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2451C; }

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

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

background-color css

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

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

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

border-color css

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

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

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