Html Css Color HEX #B63705 Rust

📋 copy color: '#B63705'

red 182 ◦ green 55 ◦ blue 5

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

Shades of Rust #B63705

Tints of Rust #B63705

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.73%

 BLUE value IS 5 (2.34% from 255) = 2.07%

R = 75.21%
G = 22.73%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B63705 (or 0xB63705) is known color: Rust. HEX triplet: B6, 37 and 05. RGB value is (182,55,5). Sum of RGB (Red+Green+Blue) = 182+55+5=242 (32% of max value = 765). Red value is 182 (71.48% from 255 or 75.21% from 242); Green value is 55 (21.88% from 255 or 22.73% from 242); Blue value is 5 (2.34% from 255 or 2.07% from 242); Max value from RGB is 182 - color contains mainly: red. Hex color #B63705 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63705 is #49C8FA. Grayscale: #575757. Windows color (decimal): -4835579 or 341942. OLE color: 341942.

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

Color convert

RGB 182 55 5 -
CMYK 0 0.70 0.97 0.29
HSL 16.95º 0.95% 0.37% -
HSV(B) 16.95º 0.97% 0.71% -
XYZ 20.68 12.69 1.5 -
YUV 87.27 81.58 195.57 -
System Red Green Blue C M Y K H S L
Decimal 182 55 5 0 0.70 0.97 0.29 16.95 0.95 0.37
Hex B6 37 5 0 46 61 1D 11 5F 25
Octal 266 67 5 0 106 141 35 21 137 45
Binary 10110110 110111 101 0 1000110 1100001 11101 10001 1011111 100101

Color Harmonies of #B63705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63705

Black with #B63705

Text Example


Text Example

White with #B63705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63705; }

 p { color: rgb(182,55,5); }

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

background-color css

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

 a { background-color: rgb(182,55,5); }

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

border-color css

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

 span { border-color: rgb(182,55,5); }

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