Html Css Color HEX #B2330B Rust

📋 copy color: '#B2330B'

red 178 ◦ green 51 ◦ blue 11

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

Shades of Rust #B2330B

Tints of Rust #B2330B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.25%

 BLUE value IS 11 (4.69% from 255) = 4.58%

R = 74.17%
G = 21.25%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B2330B (or 0xB2330B) is known color: Rust. HEX triplet: B2, 33 and 0B. RGB value is (178,51,11). Sum of RGB (Red+Green+Blue) = 178+51+11=240 (31% of max value = 765). Red value is 178 (69.92% from 255 or 74.17% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 11 (4.69% from 255 or 4.58% from 240); Max value from RGB is 178 - color contains mainly: red. Hex color #B2330B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B2330B is #4DCCF4. Grayscale: #545454. Windows color (decimal): -5098741 or 734130. OLE color: 734130.

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

Color convert

RGB 178 51 11 -
CMYK 0 0.71 0.94 0.30
HSL 14.37º 0.88% 0.37% -
HSV(B) 14.37º 0.94% 0.7% -
XYZ 19.6 11.86 1.57 -
YUV 84.41 86.58 194.75 -
System Red Green Blue C M Y K H S L
Decimal 178 51 11 0 0.71 0.94 0.30 14.37 0.88 0.37
Hex B2 33 B 0 47 5E 1E E 58 25
Octal 262 63 13 0 107 136 36 16 130 45
Binary 10110010 110011 1011 0 1000111 1011110 11110 1110 1011000 100101

Color Harmonies of #B2330B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2330B

Black with #B2330B

Text Example


Text Example

White with #B2330B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2330B; }

 p { color: rgb(178,51,11); }

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

background-color css

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

 a { background-color: rgb(178,51,11); }

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

border-color css

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

 span { border-color: rgb(178,51,11); }

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