Html Css Color HEX #B2330F Rust

📋 copy color: '#B2330F'

red 178 ◦ green 51 ◦ blue 15

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

Shades of Rust #B2330F

Tints of Rust #B2330F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.15%

R = 72.95%
G = 20.9%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B2330F (or 0xB2330F) is known color: Rust. HEX triplet: B2, 33 and 0F. RGB value is (178,51,15). Sum of RGB (Red+Green+Blue) = 178+51+15=244 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.95% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 15 (6.25% from 255 or 6.15% from 244); Max value from RGB is 178 - color contains mainly: red. Hex color #B2330F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B2330F is #4DCCF0. Grayscale: #555555. Windows color (decimal): -5098737 or 996274. OLE color: 996274.

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

Color convert

RGB 178 51 15 -
CMYK 0 0.71 0.92 0.30
HSL 13.25º 0.84% 0.38% -
HSV(B) 13.25º 0.92% 0.7% -
XYZ 19.63 11.87 1.71 -
YUV 84.87 88.58 194.43 -
System Red Green Blue C M Y K H S L
Decimal 178 51 15 0 0.71 0.92 0.30 13.25 0.84 0.38
Hex B2 33 F 0 47 5C 1E D 54 26
Octal 262 63 17 0 107 134 36 15 124 46
Binary 10110010 110011 1111 0 1000111 1011100 11110 1101 1010100 100110

Color Harmonies of #B2330F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2330F

Black with #B2330F

Text Example


Text Example

White with #B2330F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2330F; }

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

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

background-color css

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

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

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

border-color css

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

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

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