Html Css Color HEX #B2330C Rust

📋 copy color: '#B2330C'

red 178 ◦ green 51 ◦ blue 12

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

Shades of Rust #B2330C

Tints of Rust #B2330C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.98%

R = 73.86%
G = 21.16%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B2330C (or 0xB2330C) is known color: Rust. HEX triplet: B2, 33 and 0C. RGB value is (178,51,12). Sum of RGB (Red+Green+Blue) = 178+51+12=241 (31% of max value = 765). Red value is 178 (69.92% from 255 or 73.86% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 12 (5.08% from 255 or 4.98% from 241); Max value from RGB is 178 - color contains mainly: red. Hex color #B2330C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B2330C is #4DCCF3. Grayscale: #545454. Windows color (decimal): -5098740 or 799666. OLE color: 799666.

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

Color convert

RGB 178 51 12 -
CMYK 0 0.71 0.93 0.30
HSL 14.1º 0.87% 0.37% -
HSV(B) 14.1º 0.93% 0.7% -
XYZ 19.61 11.86 1.6 -
YUV 84.53 87.08 194.67 -
System Red Green Blue C M Y K H S L
Decimal 178 51 12 0 0.71 0.93 0.30 14.1 0.87 0.37
Hex B2 33 C 0 47 5D 1E E 57 25
Octal 262 63 14 0 107 135 36 16 127 45
Binary 10110010 110011 1100 0 1000111 1011101 11110 1110 1010111 100101

Color Harmonies of #B2330C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2330C

Black with #B2330C

Text Example


Text Example

White with #B2330C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2330C; }

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

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

background-color css

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

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

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

border-color css

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

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

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