Html Css Color HEX #B65103 Rust

📋 copy color: '#B65103'

red 182 ◦ green 81 ◦ blue 3

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

Shades of Rust #B65103

Tints of Rust #B65103

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.45%

 BLUE value IS 3 (1.56% from 255) = 1.13%

R = 68.42%
G = 30.45%
B = 1.13%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B65103 (or 0xB65103) is known color: Rust. HEX triplet: B6, 51 and 03. RGB value is (182,81,3). Sum of RGB (Red+Green+Blue) = 182+81+3=266 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.42% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 3 (1.56% from 255 or 1.13% from 266); Max value from RGB is 182 - color contains mainly: red. Hex color #B65103 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65103 is #49AEFC. Grayscale: #666666. Windows color (decimal): -4828925 or 217526. OLE color: 217526.

HSL color Cylindrical-coordinate representation of color #B65103: hue angle of 26.15º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B65103 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 81 3 -
CMYK 0 0.55 0.98 0.29
HSL 26.15º 0.97% 0.36% -
HSV(B) 26.15º 0.98% 0.71% -
XYZ 22.25 15.84 1.97 -
YUV 102.31 71.96 184.84 -
System Red Green Blue C M Y K H S L
Decimal 182 81 3 0 0.55 0.98 0.29 26.15 0.97 0.36
Hex B6 51 3 0 37 62 1D 1A 61 24
Octal 266 121 3 0 67 142 35 32 141 44
Binary 10110110 1010001 11 0 110111 1100010 11101 11010 1100001 100100

Color Harmonies of #B65103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65103

Black with #B65103

Text Example


Text Example

White with #B65103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65103; }

 p { color: rgb(182,81,3); }

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

background-color css

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

 a { background-color: rgb(182,81,3); }

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

border-color css

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

 span { border-color: rgb(182,81,3); }

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