Html Css Color HEX #B2381C Rust

📋 copy color: '#B2381C'

red 178 ◦ green 56 ◦ blue 28

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

Shades of Rust #B2381C

Tints of Rust #B2381C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.37%

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

R = 67.94%
G = 21.37%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B2381C (or 0xB2381C) is known color: Rust. HEX triplet: B2, 38 and 1C. RGB value is (178,56,28). Sum of RGB (Red+Green+Blue) = 178+56+28=262 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.94% from 262); Green value is 56 (22.27% from 255 or 21.37% from 262); Blue value is 28 (11.33% from 255 or 10.69% from 262); Max value from RGB is 178 - color contains mainly: red. Hex color #B2381C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2381C is #4DC7E3. Grayscale: #595959. Windows color (decimal): -5097444 or 1849522. OLE color: 1849522.

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

Color convert

RGB 178 56 28 -
CMYK 0 0.69 0.84 0.30
HSL 11.2º 0.73% 0.4% -
HSV(B) 11.2º 0.84% 0.7% -
XYZ 19.98 12.38 2.43 -
YUV 89.29 93.42 191.28 -
System Red Green Blue C M Y K H S L
Decimal 178 56 28 0 0.69 0.84 0.30 11.2 0.73 0.4
Hex B2 38 1C 0 45 54 1E B 49 28
Octal 262 70 34 0 105 124 36 13 111 50
Binary 10110010 111000 11100 0 1000101 1010100 11110 1011 1001001 101000

Color Harmonies of #B2381C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2381C

Black with #B2381C

Text Example


Text Example

White with #B2381C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2381C; }

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

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

background-color css

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

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

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

border-color css

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

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

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