Html Css Color HEX #B2381E Rust

📋 copy color: '#B2381E'

red 178 ◦ green 56 ◦ blue 30

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

Shades of Rust #B2381E

Tints of Rust #B2381E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.36%

R = 67.42%
G = 21.21%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B2381E (or 0xB2381E) is known color: Rust. HEX triplet: B2, 38 and 1E. RGB value is (178,56,30). Sum of RGB (Red+Green+Blue) = 178+56+30=264 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.42% from 264); Green value is 56 (22.27% from 255 or 21.21% from 264); Blue value is 30 (12.11% from 255 or 11.36% from 264); Max value from RGB is 178 - color contains mainly: red. Hex color #B2381E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2381E is #4DC7E1. Grayscale: #595959. Windows color (decimal): -5097442 or 1980594. OLE color: 1980594.

HSL color Cylindrical-coordinate representation of color #B2381E: hue angle of 10.54º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B2381E is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 56 30 -
CMYK 0 0.69 0.83 0.30
HSL 10.54º 0.71% 0.41% -
HSV(B) 10.54º 0.83% 0.7% -
XYZ 20.01 12.39 2.56 -
YUV 89.51 94.42 191.11 -
System Red Green Blue C M Y K H S L
Decimal 178 56 30 0 0.69 0.83 0.30 10.54 0.71 0.41
Hex B2 38 1E 0 45 53 1E B 47 29
Octal 262 70 36 0 105 123 36 13 107 51
Binary 10110010 111000 11110 0 1000101 1010011 11110 1011 1000111 101001

Color Harmonies of #B2381E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2381E

Black with #B2381E

Text Example


Text Example

White with #B2381E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2381E; }

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

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

background-color css

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

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

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

border-color css

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

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

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