Html Css Color HEX #B6330F Rust

📋 copy color: '#B6330F'

red 182 ◦ green 51 ◦ blue 15

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

Shades of Rust #B6330F

Tints of Rust #B6330F

RGB

 RED value IS 182 (71.48% from 255) = 73.39%

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

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

R = 73.39%
G = 20.56%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B6330F (or 0xB6330F) is known color: Rust. HEX triplet: B6, 33 and 0F. RGB value is (182,51,15). Sum of RGB (Red+Green+Blue) = 182+51+15=248 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.39% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 15 (6.25% from 255 or 6.05% from 248); Max value from RGB is 182 - color contains mainly: red. Hex color #B6330F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B6330F is #49CCF0. Grayscale: #565656. Windows color (decimal): -4836593 or 996278. OLE color: 996278.

HSL color Cylindrical-coordinate representation of color #B6330F: hue angle of 12.93º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B6330F is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 51 15 -
CMYK 0 0.72 0.92 0.29
HSL 12.93º 0.85% 0.39% -
HSV(B) 12.93º 0.92% 0.71% -
XYZ 20.56 12.35 1.75 -
YUV 86.07 87.9 196.43 -
System Red Green Blue C M Y K H S L
Decimal 182 51 15 0 0.72 0.92 0.29 12.93 0.85 0.39
Hex B6 33 F 0 48 5C 1D D 55 27
Octal 266 63 17 0 110 134 35 15 125 47
Binary 10110110 110011 1111 0 1001000 1011100 11101 1101 1010101 100111

Color Harmonies of #B6330F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6330F

Black with #B6330F

Text Example


Text Example

White with #B6330F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6330F; }

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

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

background-color css

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

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

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

border-color css

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

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

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